summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/8x300/8x300dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/8x300/8x300dasm.cpp')
-rw-r--r--src/devices/cpu/8x300/8x300dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/8x300/8x300dasm.cpp b/src/devices/cpu/8x300/8x300dasm.cpp
index db6f3d2cd00..a6375072a49 100644
--- a/src/devices/cpu/8x300/8x300dasm.cpp
+++ b/src/devices/cpu/8x300/8x300dasm.cpp
@@ -122,7 +122,7 @@ CPU_DISASSEMBLE(n8x300)
}
break;
case 0x07:
- util::stream_format(stream, "JMP %04XH", opcode & 0x1fff);
+ util::stream_format(stream, "JMP %04XH", (opcode & 0x1fff) << 1);
break;
}