summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/starfire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starfire.cpp')
-rw-r--r--src/mame/drivers/starfire.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/starfire.cpp b/src/mame/drivers/starfire.cpp
index 74f3b9208c7..fb17eb11976 100644
--- a/src/mame/drivers/starfire.cpp
+++ b/src/mame/drivers/starfire.cpp
@@ -190,7 +190,7 @@ READ8_MEMBER(starfire_state::fireone_input_r)
*
*************************************/
-static ADDRESS_MAP_START( main_map, AS_PROGRAM, 8, starfire_state )
+ADDRESS_MAP_START(starfire_state::main_map)
AM_RANGE(0x0000, 0x7fff) AM_ROM
AM_RANGE(0x8000, 0x9fff) AM_READWRITE(starfire_scratch_r, starfire_scratch_w)
AM_RANGE(0xa000, 0xbfff) AM_READWRITE(starfire_colorram_r, starfire_colorram_w) AM_SHARE("colorram")