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.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/tasman.cpp b/src/mame/drivers/tasman.cpp
index acad47da8be..9bf2b0ee4b6 100644
--- a/src/mame/drivers/tasman.cpp
+++ b/src/mame/drivers/tasman.cpp
@@ -243,11 +243,11 @@ static ADDRESS_MAP_START( kongambl_map, AS_PROGRAM, 32, kongambl_state )
AM_RANGE(0x4d0000, 0x4d0003) AM_WRITE8(kongambl_ff_w,0xff000000)
- AM_RANGE(0x500380, 0x500383) AM_READ(test_r)
AM_RANGE(0x500000, 0x5007ff) AM_RAM
- 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(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(0x580000, 0x580007) AM_READ(test_r)
AM_RANGE(0x600000, 0x60000f) AM_READ(test_r)