summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hng64.c')
-rw-r--r--src/mame/drivers/hng64.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/hng64.c b/src/mame/drivers/hng64.c
index 1f42df0b456..6222503667f 100644
--- a/src/mame/drivers/hng64.c
+++ b/src/mame/drivers/hng64.c
@@ -1088,10 +1088,10 @@ static ADDRESS_MAP_START( hng_map, ADDRESS_SPACE_PROGRAM, 32 )
AM_RANGE(0x60200000, 0x603fffff) AM_READWRITE(hng64_soundram_r, hng64_soundram_w) // uploads the v53 sound program here, elsewhere on ss64-2
// These are sound ports of some sort
-// AM_RANGE(0x68000000, 0x68000003) AM_WRITENOP // ??
-// AM_RANGE(0x68000004, 0x68000007) AM_READNOP // ??
-// AM_RANGE(0x68000008, 0x6800000b) AM_WRITENOP // ??
-// AM_RANGE(0x6f000000, 0x6f000003) AM_WRITENOP // halt / reset line for the sound CPU
+// AM_RANGE(0x68000000, 0x68000003) AM_WRITENOP // ??
+// AM_RANGE(0x68000004, 0x68000007) AM_READNOP // ??
+// AM_RANGE(0x68000008, 0x6800000b) AM_WRITENOP // ??
+// AM_RANGE(0x6f000000, 0x6f000003) AM_WRITENOP // halt / reset line for the sound CPU
// Communications
AM_RANGE(0xc0000000, 0xc0000fff) AM_READWRITE(hng64_com_r, hng64_com_w) AM_BASE(&hng64_com_ram)