moa/src
transistor 481dd0d7f7 Fixed part of the problem in RTE test failures with Address Error
The I/N bit in the special status word on the stack should be set
when returning from RTE results in a PC that isn't word aligned.
Every other case pretty much, it should be clear
2022-09-17 21:29:04 -07:00
..
bin Modified the parser to work on the entire input 2022-05-15 20:44:36 -07:00
cpus Fixed part of the problem in RTE test failures with Address Error 2022-09-17 21:29:04 -07:00
host WIP 2022-09-08 19:51:29 -07:00
machines WIP 2022-09-08 19:51:29 -07:00
peripherals Fixed some warnings 2022-09-09 22:31:55 -07:00
debugger.rs Added watch command to debugger 2021-12-26 16:32:15 -08:00
devices.rs Fixed debugger to easier debug one cpu at a time 2021-12-20 19:53:12 -08:00
error.rs Added test running for Tom Harte's ProcessorTests test suite 2022-09-09 23:17:33 -07:00
interrupts.rs Cleaned up warnings 2021-12-13 12:00:24 -08:00
lib.rs Added an assembler for the m68k 2022-05-12 21:53:34 -07:00
memory.rs Added address mask to memory accesses from the tests 2022-09-11 14:51:58 -07:00
parser.rs Modified the parser to work on the entire input 2022-05-15 20:44:36 -07:00
signals.rs Cleaned up warnings 2021-12-13 12:00:24 -08:00
system.rs Added watch command to debugger 2021-12-26 16:32:15 -08:00
timers.rs Added more options to run select tests to harte test runner 2022-09-10 14:08:01 -07:00