diff --git a/src/devices/cpu/dsp56000/dsp56000d.cpp b/src/devices/cpu/dsp56000/dsp56000d.cpp index 116f3e33d55..a4d4baea05a 100644 --- a/src/devices/cpu/dsp56000/dsp56000d.cpp +++ b/src/devices/cpu/dsp56000/dsp56000d.cpp @@ -56,7 +56,7 @@ offs_t dsp56000_disassembler::disassemble(std::ostream &stream, offs_t pc, data_ u32 flags = SUPPORTED; unsigned words = 0; - // fetch the instruction word and consume it"j + // fetch the instruction word and consume it u32 const op = opcodes.r32(pc + words++) & 0x00ffffffU; // fetch the extension word but don't consume it yet