Skip to content

Releases: sanni/cartreader

V9.4

08 Aug 18:37
4ed0079
Compare
Choose a tag to compare

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

Update Instructions

Video of the manual NES database:

IMAGE ALT TEXT HERE

V9.1

18 Jul 07:28
Compare
Choose a tag to compare

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.

Update Instructions

Video of dumping process:

IMAGE ALT TEXT HERE

V8.4

09 Jun 00:17
fc57cf7
Compare
Choose a tag to compare

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

Update Instructions

V8.3

17 Apr 10:19
ee7e148
Compare
Choose a tag to compare

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)

Update Instructions

V8.0

18 Mar 12:00
4d50065
Compare
Choose a tag to compare

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

Update Instructions