moa/todo.txt

11 lines
320 B
Plaintext
Raw Normal View History

2021-10-10 03:35:52 +00:00
* 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