summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xybots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xybots.cpp')
-rw-r--r--src/mame/drivers/xybots.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xybots.cpp b/src/mame/drivers/xybots.cpp
index 827ce9c10a4..f50d3c1cbbc 100644
--- a/src/mame/drivers/xybots.cpp
+++ b/src/mame/drivers/xybots.cpp
@@ -71,7 +71,7 @@ READ16_MEMBER(xybots_state::special_port1_r)
*************************************/
/* full map verified from schematics */
-static ADDRESS_MAP_START( main_map, AS_PROGRAM, 16, xybots_state )
+ADDRESS_MAP_START(xybots_state::main_map)
ADDRESS_MAP_UNMAP_HIGH
AM_RANGE(0x000000, 0x007fff) AM_MIRROR(0x7c0000) AM_ROM
AM_RANGE(0x008000, 0x00ffff) AM_MIRROR(0x7c0000) AM_ROM /* slapstic maps here */