moa/todo.txt
2021-10-09 20:35:52 -07:00

11 lines
320 B
Plaintext

* how can you add 68030 support? Should it be all one module that checks maybe during decode if the instruction is supported? Should it 'inherit' from the MC68010 object
* how can you have multple CPUs
* should you simulate bus arbitration?
* check all instructions in the docs
* make tests for each instruction