Skip to content

Commit

Permalink
Merge pull request #183 from Dakkaron/master
Browse files Browse the repository at this point in the history
GB/GBC: Unified flashing for MBC3/MBC5 and added option to automatically flash ROM and SAVE
  • Loading branch information
sanni authored Jul 22, 2021
2 parents 65ef151 + 78d6e9d commit 5cd6612
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 161 deletions.
3 changes: 3 additions & 0 deletions Cart_Reader/Cart_Reader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ char flashid[5];
char vendorID[5];
unsigned long fileSize;
unsigned long sramBase;
unsigned long flashBanks;
bool flashX16Mode;
bool flashSwitchLastBits;

// Variable to count errors
unsigned long writeErrors;
Expand Down
Loading

0 comments on commit 5cd6612

Please sign in to comment.