summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-08-27 04:37:35 +1000
committer Vas Crabb <vas@vastheman.com>2023-08-27 04:37:35 +1000
commit6c0005df396e3eb013314782ca9256eacadbe4d2 (patch)
treee226a66c6734bc5de81551a449543ba817006946 /src/devices/cpu
parent9865cf3800c68a323f4bd956c6a95b33ba213887 (diff)
srcclean, #include order cleanup, and self-closing XML tag cleanup before MAME 0.258 release branch.
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/m16c/m16cdasm.cpp2
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)
{