diff options
| author | 2023-08-27 04:37:35 +1000 | |
|---|---|---|
| committer | 2023-08-27 04:37:35 +1000 | |
| commit | 6c0005df396e3eb013314782ca9256eacadbe4d2 (patch) | |
| tree | e226a66c6734bc5de81551a449543ba817006946 /src/devices/cpu/m16c/m16cdasm.cpp | |
| parent | 9865cf3800c68a323f4bd956c6a95b33ba213887 (diff) | |
srcclean, #include order cleanup, and self-closing XML tag cleanup before MAME 0.258 release branch.
Diffstat (limited to 'src/devices/cpu/m16c/m16cdasm.cpp')
| -rw-r--r-- | src/devices/cpu/m16c/m16cdasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m16c/m16cdasm.cpp b/src/devices/cpu/m16c/m16cdasm.cpp index 3d3835782a4..00972ca24fc 100644 --- a/src/devices/cpu/m16c/m16cdasm.cpp +++ b/src/devices/cpu/m16c/m16cdasm.cpp @@ -525,7 +525,7 @@ void m16c_disassembler::dasm_7d(std::ostream &stream, offs_t &pc, offs_t &flags, format_imm16(stream, opcodes.r16(pc + offset)); stream << ", "; dasm_ea(stream, pc, opcodes, op2 & 0x0f, true); - pc += 2; + pc += 2; } else if ((op2 & 0xf8) == 0x98) { |
