Skip to content

v0.9

Choose a tag to compare

@github-actions github-actions released this 24 Mar 11:44
· 1545 commits to main since this release

CHANGELOG

General Info

Binaries are at the end of this page.

See readme section how to install and wire up

Release notes

v0.9

Features:

Fixes:

  • Some minor code changes.

v0.8

Features:

Fixes:

  • Removed unused mapper 6 to conserve memory #22 @kholia
  • Now works with latest Pico SDK 1.5 #7 @kholia
  • Added framerate toggle #20 @fhoedemakers
  • Sound not working properly when using Pico SDK 1.5 #21 by @shuichitakano
  • Moved nes rom flashing from menu.cpp to main.cpp in order to prevent locking up the Feather RP2040 DVI when using the WII-Classic controller. @fhoedemakers