issues
search
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
Update SMS.ino
#761
Closed
PsyK0p4T
closed
1 year ago
PsyK0p4T
commented
1 year ago
SMS.ino rework :
new constants are used for adapters and systems (simplify conditions and checks)
dropped the feature to change adapter mode between two dumps (rarely used and adds many conditions)
added Retron 3in1 adapter for SMS dumping
added all possible rom sizes for SMS/GG and SG-1000 carts (40/48k mapping not yet supported)
during manual rom size selection, the offered values are adapted to selected system
moved code (function calls, function order...)
functions, variables, arrays renamed
comments added/modified More details listed in this thread :
https://github.com/sanni/cartreader/discussions/742
SMS.ino rework :