aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader
AgeCommit message (Expand)Author
2022-11-01Update NES.inosanni
2022-11-01Turn LED off when rotary button is pressedsanni
2022-11-01Add fast scrolling through NES databasesanni
2022-11-01SNES.ino: Restore code with side-effectsVincent Pelletier
2022-11-01SFM.ino, SNES.ino: Rework compiler warnings resolutionVincent Pelletier
2022-10-31Fix reading/writing 4MB HiROMsanni
2022-10-31V11.1sanni
2022-10-31All: Replace print_Error(*, boolean) calls with print_{,Fatal}Error(*)Vincent Pelletier
2022-10-31Cart_Reader.ino: Factorise missing module error.Vincent Pelletier
2022-10-31Cart_Reader.ino: Move print_FatalError prototypes earlier in the fileVincent Pelletier
2022-10-31Cart_Reader.ino: Deduplicate HW5 mainMenu pagination logicVincent Pelletier
2022-10-31N64.ino: Factorise JoyBus-related codeVincent Pelletier
2022-10-31N64.ino: Assorted low-hanging fruitsVincent Pelletier
2022-10-31N64.ino: Build eeprom path and file name with snprintf_PVincent Pelletier
2022-10-31N64.ino: Optimise controller CRC functions for speedVincent Pelletier
2022-10-30Update Cart_Reader.inosanni
2022-10-29SFM.ino: Get rid of write-only global variablesVincent Pelletier
2022-10-29WSV.ino: Move WVS to PROGMEMVincent Pelletier
2022-10-29PCE.ino: Get rid of menuOptionspceCart global variableVincent Pelletier
2022-10-29NES.ino: Factorise Create{PRG,CHR,RAM}FileInSD functionsVincent Pelletier
2022-10-29NES.ino: Convert nointro-disabled global variables into localsVincent Pelletier
2022-10-29INTV.ino: Move INTV to PROGMEM.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-29COLV.ino: Move COL to PROGMEMVincent Pelletier
2022-10-29NES.ino: Move PRG, CHR and RAM to PROGMEM.Vincent Pelletier
2022-10-29Cart_Reader.ino: New variants of print_ErrorVincent Pelletier
2022-10-28Fix compile errorsanni
2022-10-28Auto formatsanni
2022-10-28Fix SNES romNamesanni
2022-10-28Fix CRC32 calculationsanni
2022-10-28added NES mapper 91 + m36 typo fixnsx0r
2022-10-28added NES mapper 36nsx0r
2022-10-28V11.0sanni
2022-10-28MD.ino: Move some globals to getCartInfo_MD locals.Vincent Pelletier
2022-10-28SFM.ino: Move all menu variables from globals to locals.Vincent Pelletier
2022-10-28SFM.ino: Factorise single-game gamecode retrieval.Vincent Pelletier
2022-10-28All: Factorise title generation from cart.Vincent Pelletier
2022-10-28All: Factorise CRC functions.Vincent Pelletier
2022-10-28NES.ino: Give more time to read "No data found" message.Vincent Pelletier
2022-10-28NES.ino: Factorise code.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-28NES.ino: Simplify CRC functions.Vincent Pelletier
2022-10-28Cart_Reader.ino: Drop redundant display_Update call.Vincent Pelletier
2022-10-28Card_Reader.ino: Optimise get_line for speedVincent Pelletier
2022-10-28Cart_Reader.ino: Assorted cosmetic changes to compareCRC.Vincent Pelletier
2022-10-28Cart_Reader.ino: Drop redundant initialisation.Vincent Pelletier