summaryrefslogtreecommitdiffstats
path: root/src/devices/cpu/f2mc16/f2mc16dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/f2mc16/f2mc16dasm.cpp')
-rw-r--r--src/devices/cpu/f2mc16/f2mc16dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/f2mc16/f2mc16dasm.cpp b/src/devices/cpu/f2mc16/f2mc16dasm.cpp
index 674b62ea3cd..c00972bcc29 100644
--- a/src/devices/cpu/f2mc16/f2mc16dasm.cpp
+++ b/src/devices/cpu/f2mc16/f2mc16dasm.cpp
@@ -409,7 +409,7 @@ offs_t f2mc16_disassembler::disassemble(std::ostream &stream, offs_t pc, const d
break;
case 0x4b:
- util::stream_format(stream, "MOVL A, #$%04x", opcodes.r32(pc+1));
+ util::stream_format(stream, "MOVL A, #$%08x", opcodes.r32(pc+1));
bytes = 5;
break;