Skip to content

v0.3 - Menu system rewrite

Compare
Choose a tag to compare
@nand2mario nand2mario released this 03 Feb 13:18
· 127 commits to main since this release

The 3rd release of SNESTang. Enjoy.

v0.3

  • Menu system is completely rewritten, bringing quality-of-life improvements,
    • Directories are supported.
    • Menu can be called out (with SELECT-RB) during game play to load other games.
  • exFAT and FAT16 are supported in addition to FAT32.
  • Game compatibility
    • Fixed rendering issue in Donkey Kong Country 2
  • For developers: the new menu and I/O system (iosys) uses a RiscV softcore, which is much
    more scalable than the previous Verilog solution. This is similar to the I/O controller
    in MIST and HPS main program of MiSTer. This allows more improvements down the road.

Installation process is changed. Follow installation.pdf in zip package to install.