summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galastrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galastrm.cpp')
-rw-r--r--src/mame/drivers/galastrm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galastrm.cpp b/src/mame/drivers/galastrm.cpp
index 3a6b55ac1b1..34412bcab45 100644
--- a/src/mame/drivers/galastrm.cpp
+++ b/src/mame/drivers/galastrm.cpp
@@ -134,7 +134,7 @@ WRITE32_MEMBER(galastrm_state::galastrm_adstick_ctrl_w)
MEMORY STRUCTURES
***********************************************************/
-static ADDRESS_MAP_START( galastrm_map, AS_PROGRAM, 32, galastrm_state )
+ADDRESS_MAP_START(galastrm_state::galastrm_map)
AM_RANGE(0x000000, 0x0fffff) AM_ROM
AM_RANGE(0x200000, 0x21ffff) AM_RAM AM_SHARE("ram") /* main CPUA ram */
AM_RANGE(0x300000, 0x303fff) AM_RAM AM_SHARE("spriteram")