summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cop400/cop420ds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/cop400/cop420ds.c')
-rw-r--r--src/emu/cpu/cop400/cop420ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/cop400/cop420ds.c b/src/emu/cpu/cop400/cop420ds.c
index 9ed207ea66a..f470c3d398b 100644
--- a/src/emu/cpu/cop400/cop420ds.c
+++ b/src/emu/cpu/cop400/cop420ds.c
@@ -33,7 +33,7 @@ CPU_DISASSEMBLE( cop420 )
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);