mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
27 lines
805 B
Plaintext
27 lines
805 B
Plaintext
|
|
* 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?
|
|
* 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
|
|
* 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
|
|
|
|
|
|
* how can you have multple CPUs
|
|
* should you simulate bus arbitration?
|
|
|
|
|
|
* check all instructions in the docs
|
|
|
|
|