1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

The old implementation was correct.

This commit is contained in:
Thomas Harte 2022-06-11 21:15:08 -04:00
parent 2a9a05785c
commit f316cbcf94

View File

@ -278,7 +278,6 @@ template <typename M68000> struct Tester {
// InstructionSet::M68k::Operation::MULS,
// InstructionSet::M68k::Operation::DIVU,
// InstructionSet::M68k::Operation::DIVS,
// InstructionSet::M68k::Operation::RTE, // When an address error is thrown, the old implementation will enter it at the interrupt level reinstalled from the RTE.
// InstructionSet::M68k::Operation::TRAP, // Old implementation relocates the idle state near the end to the beginning.
// InstructionSet::M68k::Operation::TRAPV, // Old implementation relocates the idle state near the end to the beginning.
// InstructionSet::M68k::Operation::CHK, // Old implementation pauses four cycles too long.