summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tasman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasman.cpp')
-rw-r--r--src/mame/drivers/tasman.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/tasman.cpp b/src/mame/drivers/tasman.cpp
index 46b715073ce..2101853715c 100644
--- a/src/mame/drivers/tasman.cpp
+++ b/src/mame/drivers/tasman.cpp
@@ -247,9 +247,9 @@ ADDRESS_MAP_START(kongambl_state::kongambl_map)
AM_RANGE(0x500000, 0x5007ff) AM_RAM
AM_RANGE(0x500380, 0x500383) AM_READ(test_r)
-// AM_RANGE(0x500400, 0x500403) AM_NOP //dual port?
-// AM_RANGE(0x500420, 0x500423) AM_NOP //dual port?
-// AM_RANGE(0x500500, 0x500503) AM_NOP // reads sound ROM in here, polled from m68k?
+// AM_RANGE(0x500400, 0x500403) AM_NOP //dual port?
+// AM_RANGE(0x500420, 0x500423) AM_NOP //dual port?
+// AM_RANGE(0x500500, 0x500503) AM_NOP // reads sound ROM in here, polled from m68k?
AM_RANGE(0x580000, 0x580007) AM_READ(test_r)
AM_RANGE(0x600000, 0x60000f) AM_READ(test_r)