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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lethalj.cpp b/src/mame/drivers/lethalj.cpp
index 2fc6664dc42..2bd14a5c9dc 100644
--- a/src/mame/drivers/lethalj.cpp
+++ b/src/mame/drivers/lethalj.cpp
@@ -216,7 +216,7 @@ void lethalj_state::lethalj_map(address_map &map)
map(0x04000000, 0x0400000f).rw("oki1", FUNC(okim6295_device::read), FUNC(okim6295_device::write)).umask16(0x00ff);
map(0x04000010, 0x0400001f).rw("oki2", FUNC(okim6295_device::read), FUNC(okim6295_device::write)).umask16(0x00ff);
map(0x04100000, 0x0410000f).rw("oki3", FUNC(okim6295_device::read), FUNC(okim6295_device::write)).umask16(0x00ff);
-// AM_RANGE(0x04100010, 0x0410001f) AM_READNOP /* read but never examined */
+// map(0x04100010, 0x0410001f).nopr(); /* read but never examined */
map(0x04200000, 0x0420001f).nopw(); /* clocks bits through here */
map(0x04300000, 0x0430007f).r(FUNC(lethalj_state::lethalj_gun_r));
map(0x04400000, 0x0440000f).nopw(); /* clocks bits through here */