summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astrof.cpp')
-rw-r--r--src/mame/drivers/astrof.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/astrof.cpp b/src/mame/drivers/astrof.cpp
index 94ff5a56639..0ccea52ba9d 100644
--- a/src/mame/drivers/astrof.cpp
+++ b/src/mame/drivers/astrof.cpp
@@ -539,7 +539,7 @@ MACHINE_RESET_MEMBER(astrof_state,abattle)
*
*************************************/
-static ADDRESS_MAP_START( astrof_map, AS_PROGRAM, 8, astrof_state )
+ADDRESS_MAP_START(astrof_state::astrof_map)
AM_RANGE(0x0000, 0x03ff) AM_MIRROR(0x1c00) AM_RAM
AM_RANGE(0x2000, 0x3fff) AM_NOP
AM_RANGE(0x4000, 0x5fff) AM_RAM_WRITE(astrof_videoram_w) AM_SHARE("videoram")
@@ -558,7 +558,7 @@ static ADDRESS_MAP_START( astrof_map, AS_PROGRAM, 8, astrof_state )
ADDRESS_MAP_END
-static ADDRESS_MAP_START( spfghmk2_map, AS_PROGRAM, 8, astrof_state )
+ADDRESS_MAP_START(astrof_state::spfghmk2_map)
AM_RANGE(0x0000, 0x03ff) AM_MIRROR(0x1c00) AM_RAM
AM_RANGE(0x2000, 0x3fff) AM_NOP
AM_RANGE(0x4000, 0x5fff) AM_RAM_WRITE(astrof_videoram_w) AM_SHARE("videoram")
@@ -577,7 +577,7 @@ static ADDRESS_MAP_START( spfghmk2_map, AS_PROGRAM, 8, astrof_state )
ADDRESS_MAP_END
-static ADDRESS_MAP_START( tomahawk_map, AS_PROGRAM, 8, astrof_state )
+ADDRESS_MAP_START(astrof_state::tomahawk_map)
AM_RANGE(0x0000, 0x03ff) AM_MIRROR(0x1c00) AM_RAM
AM_RANGE(0x2000, 0x3fff) AM_NOP
AM_RANGE(0x4000, 0x5fff) AM_RAM_WRITE(tomahawk_videoram_w) AM_SHARE("videoram")