You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for the DIY cart with AM29F016/AM29F016B with AUDIO as WE (thanks AndehX)
Renamed VIN to AUDIO in config files and the command line switch --resetconfig to --reset
Added experimental support for GBxCart RW revisions other than v1.3 and fixed a crash when connecting to unknown revisions of the GBxCart RW
The app is now available as a package and can be installed directly through pip(thanks JFox)
Changed the way configuration files are stored (for details call with --help command line switch)
Added a button that opens a file browser to the currently used config directory for easy access
Added the option to erase/wipe the save data on a cartridge
Rearranged some buttons on the main window so that the newly added button popup menus don’t block anything
Improved the database for Game Boy Advance titles (now detects SRAM_F_V### save types properly)
Rewrote some of the save data handling for Game Boy Advance cartridges to speed transfers up a bit
Fixed a couple of instability issues that used to caused timeouts on macOS (thanks julgr)
Confirmed support for SD007_48BALL_64M_V5 with 29DL163BD-90 (thanks julgr)
Added an option for flashing at 5V for a few flash cartridge types that sometimes require this; if you think your cartridge is affected, you can add "voltage_variants":true, to the config file for it
Fixed support for Windows 7 when using pre-compiled exe file packages
Reduced size and decompression time of the pre-compiled exe file packages by excluding unnecessary DLL files
Fixed a timing issue that could sometimes cause a loss of save data when hot-swapping Game Boy cartridges
Added some warnings that help with troubleshooting, for example that manually setting the feature box to a MBC5 option may be necessary for a clean dump when dumping ROMs from flash cartridges
Added taskbar progress visualization on Windows systems