From ca0def62d47c265ebab60f06ab7b4ccdcfc1856d Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Mon, 12 Feb 2018 19:31:28 +0100 Subject: [PATCH] gt64xxx fix (nw) --- src/devices/machine/gt64xxx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/machine/gt64xxx.cpp b/src/devices/machine/gt64xxx.cpp index b6e1b0687d0..001e0001fc8 100644 --- a/src/devices/machine/gt64xxx.cpp +++ b/src/devices/machine/gt64xxx.cpp @@ -174,6 +174,7 @@ gt64xxx_device::gt64xxx_device(const machine_config &mconfig, const char *tag, d void gt64xxx_device::set_map(int id, const address_map_constructor &map, device_t *device) { + m_cs_devices[id] = device; m_cs_maps[id] = map; }