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

setupCFI not declared in this scope #1016

Closed PsyK0p4T closed 3 months ago

PsyK0p4T commented 3 months ago

OSCR firmware version

14.3

OSCR hardware version

HW5 Rev1

Attach OSCR_LOG.txt file here

No response

System used

Game Boy (Color)

Describe the issue.

I've tried to only enable ENABLE_FLASH + ENABLE_GBX, with ENABLE_SNES disabled. Compiler displays various errors with setupCFI();

sanni commented 3 months ago

Good catch. 😃 I found some more too. Also added new ENABLE_FLASH8 option to config, so you can disable the flashrom programmer menu but keep ENABLE_FLASH to flash GB repros.

PsyK0p4T commented 3 months ago

Fixed with your latest commits, thanks sanni !