Releases: aaronmell/6502Net
Releases · aaronmell/6502Net
1.1.8
Changelog
- Fixed JMP Issues
- Fixed Relative Addressing
- Fixed Absolute X and Y addressing modes. They now perform dummy reads and increment PC
- Fixed the Absolute X and Absolute Y page boundaries.
- Fixed Indrect Addressing
- Fixed Zero Page and Zero Page Addressing
- Operations are now cycle accurate
- Cycles now count correctly in simulator
- Added Cycle Test Program
- Updated Test Programs
- Updated project to 4.6.1
- Updated Packages
- Fixed NMI and IRQ to only occur after instruction finishes
- Added logic to allow for overriding functions to support the NES
- Added custom callback when CPU cycle increments
- Ram is now its own class
Initial Release
Initial Release of Project. See ReadMe file for instructions