Releases: sanni/cartreader
Releases · sanni/cartreader
V9.4
Release notes:
- update CH341 driver, portable Arduino IDE and libraries to their latest version
- add progress bar to NGP (thx to PsyK0p4T)
- fix flashing unrom-512 (thx to karimhadjsalem)
- fix and update no-intro databases (thx to nsx0r)
- add Coleco- and Intellivision modules (thx to skaman)
- add support for missing GBA flash save chips (thx to lesserkuma)
- improve support for Game Gear (thx to PsyK0p4T)
- add option to manually select NES mapper settings from database if auto detect fails
- make HW5 status led light up on boot and during database search
Video of the manual NES database:
V9.1
This is a bugfix release for V9.0 which fixes the SNES database.
Release notes 9.0:
- update all SD database files to a new format (old database files on SD will not work anymore, you need to copy the new ones to the SD)
- add CRC32 calculation when dumping ROMs for almost every system
- add renaming correctly dumped ROMs according to no-intro
- add a log file to SD that keeps track of everything the Cart Reader does
- add copying part of the log file since last power on to the dumped ROM dir
- add auto mapper detection for NES/Famicom (only works for some cartridges right now)
- integrate all .h and .cpp files into Cart_Reader.ino to improve handling when using Arduino IDE
- because the available RAM on the Arduino is hitting its limit (everything over 80% dynamic memory usage will lead to display corruption on HW4/5) some add-on modules have been disabled by default and have to be enabled manually in Cart-Reader.ino if needed.
Video of dumping process:
V8.4
Release notes:
- update TG16 database
- add support for MMM01 Game Boy mapper (thx to splash5)
- update N64 database (thx to majorpbx & PsyK0p4T)
- add LCD background color and direction of rotation to options.h
- add support for HW5 status LED
- rearrange LCD menu order to reflect six slot adapter
V8.3
Release notes:
- fixed renaming PCE engine ROMs after dumping (thx to mela800 & PsyK0p4T for testing/reporting)
- fixed line break in PCE database file (thx to tamanegitaro)
- fixed writing GB Camera Flashcart (thx to Rolling & mi213 for testing)
- fixed critical bug in Game Boy read/write code introduced in V7.7+ (SRAM was being enabled during ROM operations)
- add basic support for dumping SEGA SG-1000/SEGA Card ROMS (thx to bossfan for testing)
V8.0
Release notes:
- improved support for N64 Gameshark (thx to majorpbx)
- improved support for GB Camera (thx to avapug for reporting)
- add support for Gameboy-Camera-Flashcart (thx to mi213 for testing)
- update NES database (thx to Kreeblah)
- fix NES on HW4 (thx to bossfan for testing)
- fix WonderSwan dumping on HW4 (thx to splash5) (more info)
- various small bugfixes