diff options
Diffstat (limited to 'src/mame/drivers/shaolins.cpp')
-rw-r--r-- | src/mame/drivers/shaolins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shaolins.cpp b/src/mame/drivers/shaolins.cpp index cc181492913..cd8354845ff 100644 --- a/src/mame/drivers/shaolins.cpp +++ b/src/mame/drivers/shaolins.cpp @@ -32,7 +32,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(shaolins_state::interrupt) -static ADDRESS_MAP_START( shaolins_map, AS_PROGRAM, 8, shaolins_state ) +ADDRESS_MAP_START(shaolins_state::shaolins_map) AM_RANGE(0x0000, 0x0000) AM_WRITE(nmi_w) /* bit 0 = flip screen, bit 1 = nmi enable, bit 2 = ? */ /* bit 3, bit 4 = coin counters */ AM_RANGE(0x0100, 0x0100) AM_DEVWRITE("watchdog", watchdog_timer_device, reset_w) |