mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
gt64xxx fix (nw)
This commit is contained in:
parent
30730c5c37
commit
ca0def62d4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user