summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system16.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-02-12 17:17:10 +0100
committer Olivier Galibert <galibert@pobox.com>2018-02-12 17:29:46 +0100
commit582f323c2dbe415c5816fbaa6bcc9bd78d1b47d2 (patch)
treec44439cf604814649c56c42f40a916fe7f60420f /src/mame/drivers/system16.cpp
parent20376d4d5e519c101b29faccbfba6d5e36b71ca4 (diff)
A handful of fixes (nw)
Diffstat (limited to 'src/mame/drivers/system16.cpp')
-rw-r--r--src/mame/drivers/system16.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/system16.cpp b/src/mame/drivers/system16.cpp
index 8e585f6a9dd..b854a3fe138 100644
--- a/src/mame/drivers/system16.cpp
+++ b/src/mame/drivers/system16.cpp
@@ -1102,8 +1102,6 @@ ADDRESS_MAP_START(segas1x_bootleg_state::shdancbl_map)
AM_RANGE(0xc41004, 0xc41005) AM_READ_PORT("P2")
AM_RANGE(0xc44000, 0xc44001) AM_WRITENOP // only used via clr.w after tilebank set
-
- AM_RANGE(0xe4001c, 0xe4001d) AM_WRITENOP // to prevent access to screen blanking control below
AM_RANGE(0xe40000, 0xe4ffff) AM_NOP
AM_RANGE(0xfe0020, 0xfe003f) AM_WRITENOP // config regs
AM_RANGE(0xffc000, 0xffffff) AM_RAM