summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gticlub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gticlub.cpp')
-rw-r--r--src/mame/drivers/gticlub.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/gticlub.cpp b/src/mame/drivers/gticlub.cpp
index bef93b13626..90514217c1e 100644
--- a/src/mame/drivers/gticlub.cpp
+++ b/src/mame/drivers/gticlub.cpp
@@ -599,8 +599,8 @@ void gticlub_state::gn680_memmap(address_map &map)
map(0x000000, 0x01ffff).rom();
map(0x200000, 0x203fff).ram();
map(0x300000, 0x300001).w(FUNC(gticlub_state::gn680_sysctrl_w));
-// map(0x310000, 0x311fff).nopw(); //056230 regs?
-// map(0x312000, 0x313fff).nopw(); //056230 ram?
+// map(0x310000, 0x311fff).nopw(); //056230 regs?
+// map(0x312000, 0x313fff).nopw(); //056230 ram?
}
/*****************************************************************************/