aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/N64.ino
AgeCommit message (Expand)Author
2024-08-16Remove more co-dependenciessanni
2024-08-16Fix flashing N64 repro and add progress barsanni
2024-08-16#define ENABLE_FLASH now enables/disables all repro flash codesanni
2024-08-16Disable N64 controller test by defaultsanni
2024-08-11Change N64 timingssanni
2024-06-30Add support for Dezaemon 3D 768KB save (thx to saturnu)sanni
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-06-01use common function to create file/folder and increment foldern countersmesgr9000
2024-05-30reuse n64 flashrom Xplorer command sequencesmesgr9000
2024-05-30reuse n64 flashrom command sequencesmesgr9000
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-26replace custom folder creation function with commonsmesgr9000
2024-05-25remove duplicate code to print saving and increment of folder idsmesgr9000
2024-05-12remove duplicate code to create foldersmesgr9000
2024-05-07Fixed (added) missing FS() macro on some FSTRING constantsAncyker
2024-03-02Code optimization, cleanup, and stylizationAncyker
2023-10-17N64: Add error message if eeprom does not return datasanni
2023-09-14N64.ino: Handle reused global from FLASH.inoAncyker
2023-09-13Remove unused variables in N64.inoAncyker
2023-09-12Update N64.inoRichard Weick
2023-09-10Update N64.inoRichard Weick
2023-09-08Update N64.inoRichard Weick
2023-09-07Update N64.inoRichard Weick
2023-08-18Fix Xplorer_N64 dumpPsyK0p4T
2023-08-18Add Xplorer 64 dump option to N64sanni
2023-06-26Cleanup voltage requestsAncyker
2023-06-26Change default mode in N64 controller range testsanni
2023-06-26Move automatic voltage selection from menu to setup functionssanni
2023-05-10Update N64.inoPsyK0p4T
2023-03-29Firmware Updater support, 3.3V Fix, and moreAncyker
2023-02-25typo fixnsx0r
2023-02-10Improve stability when dumping N64 with fastcrc optionsanni
2023-02-10Fix SRAM overflow in N64/MD, turn LED red if CRC not foundsanni
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-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-28Auto formatsanni
2022-10-28All: Factorise title generation from cart.Vincent Pelletier
2022-10-28All: Factorise CRC functions.Vincent 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-28N64.ino: Remove unused functionVincent Pelletier
2022-10-28All: Make flashid an integerVincent Pelletier