diff options
Diffstat (limited to 'src/devices/cpu/we32000/we32100d.cpp')
-rw-r--r-- | src/devices/cpu/we32000/we32100d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/we32000/we32100d.cpp b/src/devices/cpu/we32000/we32100d.cpp index c90528c6fc0..f2453d33ac9 100644 --- a/src/devices/cpu/we32000/we32100d.cpp +++ b/src/devices/cpu/we32000/we32100d.cpp @@ -293,7 +293,7 @@ offs_t we32100_disassembler::dasm_30xx(std::ostream &stream, offs_t &pc, const w u8 op = opcodes.r8(pc++); switch (op) - { case 0x09: + { case 0x09: stream << "MVERNO"; break; |