sanni / cartreader

A shield for the Arduino Mega that can back up video game cartridges.
GNU General Public License v3.0
2.23k stars 226 forks source link

Adds support for flashing reproduction HuCards #977

Closed partlyhuman closed 4 months ago

partlyhuman commented 4 months ago

Adds support for reproduction HuCards that use SST39SF010, SST39SF020, SST39SF040, MX29F040, or MX29F080 flash chips. One such open-source design is by Ichigo: https://github.com/partlyhuman/HuCARD-repro. There may be others out there — I have only tested this with the linked one but would be willing to extend support to others as requested.

This can be disabled to save program space by removing flash repro support (#undef ENABLE_FLASH). Made every attempt to minimize additional program size (maximized string reuse).

Additionally, includes a fix for broken compilation when building SFC/SNES support without flash support.

Comments welcome.

IMG_2690

https://github.com/sanni/cartreader/assets/327136/03192727-4a6f-49c4-8fd7-41e2f096d8de

partlyhuman commented 4 months ago

Was just made aware of the existence of https://www.gamebank-web.com/product/328 which I believe I should be able to extend support to if I can get ahold of one.