Skip to content

Commit d7e2677

Browse files
authored
Merge branch 'main' into cs/fix-shit-ass-cc-handling
2 parents 5ca9770 + ce41e4f commit d7e2677

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mc6809.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,6 @@ void Do_Opcode(int CycleFor)
685685
// Move the register value from the source to the destination.
686686
const uint16_t value = MC6809ReadTfrExgRegister(Source);
687687
MC6809WriteTfrExgRegister(Dest, value);
688-
689688
break;
690689
}
691690

0 commit comments

Comments
 (0)