summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-02-12 19:31:28 +0100
committer Olivier Galibert <galibert@pobox.com>2018-02-12 19:31:28 +0100
commitca0def62d47c265ebab60f06ab7b4ccdcfc1856d (patch)
treed1c899126492badf84e63061ec8a2082468df8a2
parent30730c5c37cc96d7789d4cdc84badde68690a09a (diff)
gt64xxx fix (nw)
-rw-r--r--src/devices/machine/gt64xxx.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}