summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tunhunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tunhunt.cpp')
-rw-r--r--src/mame/drivers/tunhunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tunhunt.cpp b/src/mame/drivers/tunhunt.cpp
index 180f5941648..50985b29fb0 100644
--- a/src/mame/drivers/tunhunt.cpp
+++ b/src/mame/drivers/tunhunt.cpp
@@ -129,7 +129,7 @@ READ8_MEMBER(tunhunt_state::dsw2_4r)
*
*************************************/
-static ADDRESS_MAP_START( main_map, AS_PROGRAM, 8, tunhunt_state )
+ADDRESS_MAP_START(tunhunt_state::main_map)
ADDRESS_MAP_GLOBAL_MASK(0x7fff)
AM_RANGE(0x0000, 0x03ff) AM_RAM AM_SHARE("workram") /* Work RAM */
AM_RANGE(0x1080, 0x10ff) AM_WRITEONLY