From deb9c32a38011e0aa29bcf1a89c82590cc94988a Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 18 Apr 2022 09:04:17 -0400 Subject: [PATCH] Add missing Sccs. --- InstructionSets/68k/Decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstructionSets/68k/Decoder.cpp b/InstructionSets/68k/Decoder.cpp index cb0ad62d4..5e245d366 100644 --- a/InstructionSets/68k/Decoder.cpp +++ b/InstructionSets/68k/Decoder.cpp @@ -652,7 +652,7 @@ Preinstruction Predecoder::decode5(uint16_t instruction) { switch(instruction & 0x0f8) { // 4-173 (p276) case 0x0c0: - case 0x0d0: + case 0x0d0: case 0x0d8: case 0x0e0: case 0x0e8: case 0x0f0: case 0x0f8: Decode(Op::Scc);