aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/SNES.ino
AgeCommit message (Expand)Author
2024-08-16Remove more co-dependenciessanni
2024-08-16Fix compile errors for co-dependent modulessanni
2024-08-16#define ENABLE_FLASH now enables/disables all repro flash codesanni
2024-08-09Update FLASH.inosanni
2024-08-09Update FLASH.inosanni
2024-08-08Update SNES.inosanni
2024-08-07Add new options to SNES CFI repro menusanni
2024-07-01fix issue #973 - remove obsolete debugging leftoversmesgr9000
2024-06-30Fix reading Bahamut Lagoon English Translation SRAM (thx to Cowboyjunkie)sanni
2024-06-30Always disable SRAM when flashing any hirom reprossanni
2024-06-29declare "Revision: " and "Serial: " as common string and reuse stringsmesgr9000
2024-06-27Fix verifyFlash()sanni
2024-06-26SNES: Add 2x2MB flash to CFI (thx to MouseBiteLabs)sanni
2024-06-16replace duplicate error string "Can't open file"smesgr9000
2024-06-13Add CFI option to SNES repro menusanni
2024-05-30reuse common strings, remove duplicatesmesgr9000
2024-05-28define more commonly used string in OSCR and reuse themsmesgr9000
2024-05-26replace NES defines with rgbLed function callssmesgr9000
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-04-30Fix romType for Yuyu no Quiz de GO!GO!sanni
2024-03-02Code optimization, cleanup, and stylizationAncyker
2024-02-09SNES: Add Game Processor RAM Cassette Read/Write supportLuigiBlood
2023-11-25Update SNES.inoPsyK0p4T
2023-11-20Update SNES.inoPsyK0p4T
2023-09-23Add support for Atari 5200/7800, C64, Vectrex (thx to skaman)sanni
2023-09-21SNES.ino: Fix dumping Sound Novel Tsukuru (Japan) with same fix as for Derby ...But Thou Must
2023-07-04Fix dumping Tactics Ogresanni
2023-06-26Cleanup voltage requestsAncyker
2023-06-26Update SNES.inosanni
2023-06-26Move automatic voltage selection from menu to setup functionssanni
2023-04-07Fix Derby Stallion 96sanni
2023-03-29Firmware Updater support, 3.3V Fix, and moreAncyker
2022-12-20Fix MD Zero Wing (E) (thx to jaffa225)sanni
2022-12-11Do compareCRC when reading game in SFM.splash5
2022-11-24Fix SNES Daikaijuu Monogatari 2splash5
2022-11-12Add Voltage Selection ModuleRemy Starshade
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-31All: Replace print_Error(*, boolean) calls with print_{,Fatal}Error(*)Vincent Pelletier
2022-10-28Fix SNES romNamesanni
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-28https://github.com/sanni/cartreader/issues/574#issuecomment-1286956251Vincent Pelletier