Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-04 | implement all of the nestest unofficial opcodes and fix branch cycles | vin | |
2024-07-04 | add preliminary implementation of the unofficial opcodes | vin | |
2024-07-04 | start implementing unofficial opcodes | vin | |
2024-07-04 | achieve cycle accuracy for official opcodes | vin | |
Now, the unofficial opcodes can be implemented, and then the PPU and APU. | |||
2024-07-03 | finalize trace logging to match nestest.log minus PPU cycles | vin | |
2024-07-03 | fix SBC bug in the rewrite and improve logging | vin | |
2024-07-03 | call opcode function pointer instead of using switch case | vin | |
Also improve logging. | |||
2024-06-30 | start refactoring opcode defs into an array | vin | |