Skip to content

1.1.8

Latest
Compare
Choose a tag to compare
@aaronmell aaronmell released this 04 Oct 02:57
· 22 commits to master since this release

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