aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/PCE.ino
AgeCommit message (Expand)Author
2024-07-24Update PCE.inoPsyK0p4T
2024-06-29Update commentsRoger Braunstein
2024-06-29Cleaning up debug stuffRoger Braunstein
2024-06-29Implements data complement status checking and MX29F0x0 flashRoger Braunstein
2024-06-29Detect flash chipRoger Braunstein
2024-06-28Working with 4mbit hardcodedRoger Braunstein
2024-06-28Initial work on PCE flash repro, erase workingRoger Braunstein
2024-06-16replace duplicate code with common folder creation functionsmesgr9000
2024-05-12remove duplicate code to create foldersmesgr9000
2024-05-11define "File doesn't exist" in OSCR.cpp/hsmesgr9000
2024-03-02Code optimization, cleanup, and stylizationAncyker
2024-02-02Update PCE.inoPsyK0p4T
2023-06-26Cleanup voltage requestsAncyker
2023-06-26Move automatic voltage selection from menu to setup functionssanni
2023-06-19Update PCE.inoPsyK0p4T
2023-03-29Firmware Updater support, 3.3V Fix, and moreAncyker
2023-03-25Update PCE.inoPsyK0p4T
2023-03-07Update PCE.inoPsyK0p4T
2023-03-06Update PCE.inoPsyK0p4T
2023-01-16Change 2022 to 2023 in about screensanni
2023-01-11Update PCE.inoPsyK0p4T
2023-01-11Update PCE.inoPsyK0p4T
2022-11-12Add Voltage Selection ModuleRemy Starshade
2022-10-31All: Replace print_Error(*, boolean) calls with print_{,Fatal}Error(*)Vincent Pelletier
2022-10-29PCE.ino: Get rid of menuOptionspceCart global variableVincent Pelletier
2022-10-28Auto formatsanni
2022-10-28All: Resolve all compiler and linker warningsVincent Pelletier
2022-10-28PCE.ino: Skip strcpy to menuOptionspceCartVincent 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-09-30Update PCE.inosanni
2022-07-07Add no-intro database to NESsanni
2022-06-17Add filenames to N64 databasesanni
2022-06-16Add MD databasesanni
2022-04-27Update PCE.inosanni
2022-04-15Fix renaming PCE ROMsanni
2022-02-24Fixed build warningsKreeblah
2021-04-26V6.1: Add support for exFAT SD cards (>32GB)sanni
2021-04-26V6.0: Update SdFat to Version 2sanni
2020-10-28V5.5: Reduce memory usage in Filebrowsersanni
2020-08-14Non swapped HuCARD adapter support. Changed Tennokoe Bank support to read/wri...jiyunomegami
2020-07-05add #ifdef enable_XXX check to each modulejiyunomegami
2020-04-12V4.8: Add Reset Option to sub menuessanni
2019-09-27Set eeprom location for folder number to 0 againsanni
2019-09-01V3.5 Change Menu and add Sega CD Ram Cartsanni
2019-08-30V3.4: Add MD Checksum and autoformat all ino filessanni
2019-08-29progress_bar: Included the progress bar in the N64 and SNES modules; some OLE...Robert Neumann
2019-08-28n64_speedup: roughly double n64 dumping performance by using the 1024 byte fi...Robert Neumann
2019-08-28strings_to_flash: conserve ~ 800 byte SRAM by putting menu strings in progmem...Robert Neumann
2019-08-27arduino_reset: replace the assembler jmp 0 reset method with resetArduino() t...Robert Neumann