moa/todo.txt

27 lines
805 B
Plaintext
Raw Normal View History

2021-10-24 05:22:02 +00:00
* should you simulate clock ticks, and only step devices when they next request it
* can you eventually make the system connections all configurable via a config file?
2021-10-16 17:01:14 +00:00
* make it possible to break out of the current execution, into the debugger, by using a certain keystroke
* make tests for each instruction
* unimplemented: ABCD, ADDX, BFFFO, BFINS, BKPT, CHK, EXG, ILLEGAL, MOVEfromCCR, MOVEP, RTR, RTD, SBCD, SUBX
2021-10-11 03:47:51 +00:00
* undecoded: ADDX, SUBX
* modify execution for >=MC68020: MOVEM
* >=MC68020 undecoded & unimplemented: CALLM, CAS, CAS2, CHK2, CMP2, RTM, PACK, TRAPcc, UNPK
* add support for MMU
* add support for FPU
* Coprocessor instructions: cpBcc, cpDBcc, cpGEN, cpScc, cpTRAPcc
2021-10-10 03:35:52 +00:00
* how can you have multple CPUs
* should you simulate bus arbitration?
* check all instructions in the docs