aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/COLV.ino
AgeCommit message (Collapse)Author
2022-11-12Add Voltage Selection ModuleRemy Starshade
2022-10-31All: Replace print_Error(*, boolean) calls with print_{,Fatal}Error(*)Vincent Pelletier
Also, make print_FatalError(*) independent from print_Error(*). Also, factorise common parts of print_Error(*). Frees 2336 bytes of program space and 5 bytes of global ram space.
2022-10-29COLV.ino: Move COL to PROGMEMVincent Pelletier
Uses 30 bytes of program space Frees 6 bytes of global ram space.
2022-10-28All: Factorise code seeking a file back N linesVincent Pelletier
This saves 890 bytes of program space.
2022-10-28All: Use f.seekCur(x) instead of f.seekSet(f.curPosition() + x)Vincent Pelletier
Saves 450 bytes of program space.
2022-10-28https://github.com/sanni/cartreader/issues/574#issuecomment-1286956251Vincent Pelletier
2022-10-13Move to Arduino IDE 2.0.0 (different auto formatting, no code changes)sanni
2022-10-08V10.1 Move HW1/2/3 to same display lib as HW4/5sanni
... bugs are to be expected :D
2022-09-25Add support for NES mapper 45 (thx to skaman)sanni
2022-08-069.4: Add selecting mapping from database list for NESsanni
2022-08-03Fix word wrap bug on HW5sanni
2022-08-03Adjust Col/Int for HW3 screen sizesanni
2022-08-03Fix crashsanni
2022-08-03V9.3 finish Coleco-/Intellivision database lookup codesanni
2022-08-03Add back option to dump headerless NES ROMsanni
2022-07-23V9.2 Alpha: Adds Coleco- and Intellivision (thx to skaman)sanni