summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mlanding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mlanding.cpp')
-rw-r--r--src/mame/drivers/mlanding.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/mlanding.cpp b/src/mame/drivers/mlanding.cpp
index 754e23ba524..d729529f6fc 100644
--- a/src/mame/drivers/mlanding.cpp
+++ b/src/mame/drivers/mlanding.cpp
@@ -818,7 +818,6 @@ ADDRESS_MAP_START(mlanding_state::mecha_map_prog)
AM_RANGE(0x0000, 0x7fff) AM_ROM
AM_RANGE(0x8000, 0x87ff) AM_RAM
AM_RANGE(0x8800, 0x8fff) AM_RAM AM_SHARE("power_ram")
- AM_RANGE(0x9000, 0x9001) AM_WRITENOP
AM_RANGE(0x9000, 0x9003) AM_WRITENOP
AM_RANGE(0x9800, 0x9805) AM_READ(motor_r)
ADDRESS_MAP_END