Skip to content

Releases: aaronmell/6502Net

1.1.8

04 Oct 02:57
Compare
Choose a tag to compare

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

01 Jun 19:20
Compare
Choose a tag to compare

Initial Release of Project. See ReadMe file for instructions