summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/irobot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/irobot.cpp')
-rw-r--r--src/mame/drivers/irobot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/irobot.cpp b/src/mame/drivers/irobot.cpp
index ae19de17951..b4410383fa4 100644
--- a/src/mame/drivers/irobot.cpp
+++ b/src/mame/drivers/irobot.cpp
@@ -149,7 +149,7 @@ WRITE8_MEMBER(irobot_state::quad_pokeyn_w)
*
*************************************/
-static ADDRESS_MAP_START( irobot_map, AS_PROGRAM, 8, irobot_state )
+ADDRESS_MAP_START(irobot_state::irobot_map)
AM_RANGE(0x0000, 0x07ff) AM_RAM
AM_RANGE(0x0800, 0x0fff) AM_RAMBANK("bank2")
AM_RANGE(0x1000, 0x103f) AM_READ_PORT("IN0")