summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/orbit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/orbit.cpp')
-rw-r--r--src/mame/drivers/orbit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/orbit.cpp b/src/mame/drivers/orbit.cpp
index 89d4a72f83c..8c92ff514cb 100644
--- a/src/mame/drivers/orbit.cpp
+++ b/src/mame/drivers/orbit.cpp
@@ -91,7 +91,7 @@ WRITE_LINE_MEMBER(orbit_state::hyper_led_w)
*
*************************************/
-static ADDRESS_MAP_START( orbit_map, AS_PROGRAM, 8, orbit_state )
+ADDRESS_MAP_START(orbit_state::orbit_map)
ADDRESS_MAP_GLOBAL_MASK(0x7fff)
AM_RANGE(0x0000, 0x00ff) AM_MIRROR(0x0700) AM_RAM
AM_RANGE(0x0800, 0x0800) AM_MIRROR(0x07ff) AM_READ_PORT("P1")