summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400/cop410ds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/cop400/cop410ds.c')
-rw-r--r--src/emu/cpu/cop400/cop410ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/cop400/cop410ds.c b/src/emu/cpu/cop400/cop410ds.c
index 513da9ad15b..0f0bc3c0cc9 100644
--- a/src/emu/cpu/cop400/cop410ds.c
+++ b/src/emu/cpu/cop400/cop410ds.c
@@ -33,7 +33,7 @@ CPU_DISASSEMBLE( cop410 )
address = (UINT16)((pc & 0x3C0) | (opcode & 0x3F));
sprintf(buffer, "JP %x", address);
}
- else //JSRP
+ else //JSRP
{
address = (UINT16)(0x80 | (opcode & 0x3F));
sprintf(buffer, "JSRP %x", address);