summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/murogmbl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/murogmbl.cpp')
-rw-r--r--src/mame/drivers/murogmbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/murogmbl.cpp b/src/mame/drivers/murogmbl.cpp
index 327cbc5da46..9364d182f7a 100644
--- a/src/mame/drivers/murogmbl.cpp
+++ b/src/mame/drivers/murogmbl.cpp
@@ -176,7 +176,7 @@ void slotunbl_state::slotunbl_map(address_map &map)
map(0x4000, 0x43ff).ram();
map(0x4800, 0x4fff).ram();
map(0x5000, 0x53ff).ram().share("video");
-// AM_RANGE(0x5400, 0x5fff) AM_RAM
+// map(0x5400, 0x5fff).ram();
map(0x6000, 0x6000).portr("IN0");
map(0x6800, 0x6800).portr("DSW");
map(0x7000, 0x7000).portr("IN1");