mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-23 07:34:20 +00:00
The old implementation was correct.
This commit is contained in:
parent
2a9a05785c
commit
f316cbcf94
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user