moa/emulator/cpus/m68k/src
transistor 708e7706f3 Fixed many of the undocumented tests
Now it's up to 99% tests passing, 15362 are still failing, but many
of those are the unimplemented IN/OUT instructions, which the Genesis
doesn't seem to use
2023-05-22 21:12:05 -07:00
..
bin Major reorganization into crates 2022-09-24 23:14:03 -07:00
assembler.rs Moved parser to its own library 2023-04-23 12:40:34 -07:00
debugger.rs Refactored memory access a bit to try to isolate it 2023-05-21 23:14:26 -07:00
decode.rs Refactored memory access a bit to try to isolate it 2023-05-21 23:14:26 -07:00
execute.rs Fixed many of the undocumented tests 2023-05-22 21:12:05 -07:00
instructions.rs Refactored shift intsructions to not use direction 2023-05-20 15:01:10 -07:00
lib.rs Refactored memory access a bit to try to isolate it 2023-05-21 23:14:26 -07:00
memory.rs Refactored memory access a bit to try to isolate it 2023-05-21 23:14:26 -07:00
state.rs Refactored memory access a bit to try to isolate it 2023-05-21 23:14:26 -07:00
tests.rs Fixed tests after ClockTime and Frequency changes 2023-05-07 20:42:55 -07:00
timing.rs Refactored memory access a bit to try to isolate it 2023-05-21 23:14:26 -07:00