summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/n64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/n64.c')
-rw-r--r--src/mame/machine/n64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/n64.c b/src/mame/machine/n64.c
index 9791add3b8d..f9d1ef8c447 100644
--- a/src/mame/machine/n64.c
+++ b/src/mame/machine/n64.c
@@ -1654,7 +1654,7 @@ static int pif_channel_handle_command(running_machine &machine, int channel, int
mame_printf_debug("\n");*/
address = (sdata[1] << 8) | (sdata[2]);
-// checksum = address & 0x1f;
+// checksum = address & 0x1f;
address &= ~0x1f;
if (address == 0x400)
@@ -1691,7 +1691,7 @@ static int pif_channel_handle_command(running_machine &machine, int channel, int
mame_printf_debug("\n");*/
address = (sdata[1] << 8) | (sdata[2]);
-// checksum = address & 0x1f;
+// checksum = address & 0x1f;
address &= ~0x1f;
if (address == 0x8000)