Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@duysqubix duysqubix released this 20 Oct 16:37
· 3 commits to master since this release

Added

  • Added support for MBC5
  • Implemented RTC, passes all tests
  • Implemented Load/Save States
  • Saving SRAM
  • Added new debug window - CartWindow showing SRAM of ROM file

Changed

  • Switched to using pixel2 as rendering library
  • Changed FPS logic to using sleep rather than ticker
  • Baked in BootROM code directly into executable instead of reading from file
  • Stubbed NR52 to 0x80 for some games to work that rely on audio
  • Fixed incorrect Timer Update logic

Removed