aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/GBA.ino
AgeCommit message (Expand)Author
2024-06-29declare "Revision: " and "Serial: " as common string and reuse stringsmesgr9000
2024-06-29reuse common string "ROM Size: "smesgr9000
2024-06-16replace duplicate error string "Can't open file"smesgr9000
2024-05-30reuse common strings, remove duplicatesmesgr9000
2024-05-26add common function to open create folder, print message and open file. Remov...smesgr9000
2024-05-25add option to clear display and remove duplicate codesmesgr9000
2024-05-25remove duplicate code to print saving and increment of folder idsmesgr9000
2024-05-12remove duplicate code to create foldersmesgr9000
2024-05-11define "File doesn't exist" in OSCR.cpp/hsmesgr9000
2024-05-11pass onyl 16bit parameter where only 16bit address is usedsmesgr9000
2024-05-10reuse print instructions function, more efficiant read codesmesgr9000
2024-03-02Code optimization, cleanup, and stylizationAncyker
2023-06-26Cleanup voltage requestsAncyker
2023-06-26Move automatic voltage selection from menu to setup functionssanni
2023-06-17[GBA] Fixed reading 32 MB carts that use EEPROM savesLesserkuma
2023-06-17[GBA] Corrected ROM name lengthLesserkuma
2023-03-29Firmware Updater support, 3.3V Fix, and moreAncyker
2023-02-16Fix error when dumping GBA ROM for a second timesanni
2022-11-12Add Voltage Selection ModuleRemy Starshade
2022-10-31Fix reading/writing 4MB HiROMsanni
2022-10-31All: Replace print_Error(*, boolean) calls with print_{,Fatal}Error(*)Vincent Pelletier
2022-10-29GBA.ino: Get rid of unused globalVincent Pelletier
2022-10-29GBA.ino: Get rid of calcChecksumStr as a globalVincent Pelletier
2022-10-28Auto formatsanni
2022-10-28All: Factorise title generation from cart.Vincent Pelletier
2022-10-28GBA.ino: Reduce gbaMenu size.Vincent Pelletier
2022-10-28All: Factorise code seeking a file back N linesVincent Pelletier
2022-10-28All: Use f.seekCur(x) instead of f.seekSet(f.curPosition() + x)Vincent Pelletier
2022-10-28All: Resolve all compiler and linker warningsVincent Pelletier
2022-10-28All: Make flashid an integerVincent Pelletier
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
2022-10-04Don't log manual mapper selection to file for NES/GBAsanni
2022-09-28Find Game Serial for Game BoyLesserkuma
2022-09-28Merge branch 'master'Lesserkuma
2022-09-27Fix Typosanni
2022-09-27Update GBA databasesanni
2022-09-25Merge branch 'master'Lesserkuma
2022-09-25UI improvements for GB, GBA, N64, SNESLesserkuma
2022-09-25Add support for Benesse Pocket Challenge W Module (thx to skaman)sanni
2022-09-24Update to displaying full ROM title on SNES, N64, GB, GBALesserkuma
2022-09-23Display full ROM title for GB and GBALesserkuma
2022-08-03Add back option to dump headerless NES ROMsanni
2022-07-24Add support for missing GBA flash save chips (Atmel AT29LV512, Macronix MX29L...Lesserkuma
2022-07-07Break out of GBA database loop once ID is foundsanni
2022-07-07Add no-intro database to NESsanni
2022-06-23Add files via uplpadsanni
2022-06-21Add CRC32 and filenames to SNES databasesanni
2022-06-20Add progress bar to GBAsanni