summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thunderj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thunderj.cpp')
-rw-r--r--src/mame/drivers/thunderj.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/thunderj.cpp b/src/mame/drivers/thunderj.cpp
index 41f3ccf6c8d..79e582c77b1 100644
--- a/src/mame/drivers/thunderj.cpp
+++ b/src/mame/drivers/thunderj.cpp
@@ -116,7 +116,7 @@ WRITE16_MEMBER(thunderj_state::latch_w)
*
*************************************/
-static ADDRESS_MAP_START( main_map, AS_PROGRAM, 16, thunderj_state )
+ADDRESS_MAP_START(thunderj_state::main_map)
AM_RANGE(0x000000, 0x09ffff) AM_ROM
AM_RANGE(0x0e0000, 0x0e0fff) AM_DEVREADWRITE8("eeprom", eeprom_parallel_28xx_device, read, write, 0x00ff)
AM_RANGE(0x160000, 0x16ffff) AM_RAM AM_SHARE("share1")
@@ -149,7 +149,7 @@ ADDRESS_MAP_END
*
*************************************/
-static ADDRESS_MAP_START( extra_map, AS_PROGRAM, 16, thunderj_state )
+ADDRESS_MAP_START(thunderj_state::extra_map)
AM_RANGE(0x000000, 0x03ffff) AM_ROM
AM_RANGE(0x060000, 0x07ffff) AM_ROM
AM_RANGE(0x160000, 0x16ffff) AM_RAM AM_SHARE("share1")