From 046b48d39d5869acb06668de04acb6dbbdf44945 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 29 Mar 2022 15:49:32 +0700 Subject: [PATCH] dsp56000: correct harmless typo --- src/devices/cpu/dsp56000/dsp56000d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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