Age | Commit message (Expand) | 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 |
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 |
2024-06-30 | start refactoring opcode defs into an array | vin |