summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lethalj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lethalj.cpp')
-rw-r--r--src/mame/drivers/lethalj.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/lethalj.cpp b/src/mame/drivers/lethalj.cpp
index ea921617b48..74eb7de823e 100644
--- a/src/mame/drivers/lethalj.cpp
+++ b/src/mame/drivers/lethalj.cpp
@@ -223,7 +223,6 @@ void lethalj_state::lethalj_map(address_map &map)
map(0x04500010, 0x0450001f).portr("IN0");
map(0x04600000, 0x0460000f).portr("IN1");
map(0x04700000, 0x0470007f).w(FUNC(lethalj_state::blitter_w));
- map(0xc0000000, 0xc00001ff).rw(m_maincpu, FUNC(tms34010_device::io_register_r), FUNC(tms34010_device::io_register_w));
map(0xc0000240, 0xc000025f).nopw(); /* seems to be a bug in their code, one of many. */
map(0xff800000, 0xffffffff).rom().region("maincpu", 0);
}