Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 20:58
· 292 commits to main since this release
155c85d

Initial release, including:

  • Full CPU implementation
  • Full Cartridge implementation
    • Supported mappers: 0, 1, 2, 3, 4, 7, 69, 71 (84.34% of official NES games)
  • Full PPU implementation (graphics)
  • GUI
  • Basic controller support
    • Player 1
    • Player 2
  • Full APU implementation (audio)
  • Save file for games with batteries
  • Save states
  • Configuration file (remap controllers, video config, sound config, etc)

Full Changelog: https://github.com/gabe565/gones/commits/v0.0.1