aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader
AgeCommit message (Collapse)Author
2023-11-02Update PCW.inoPsyK0p4T
- Added : size detection for Multi-pack cartridges - Modified : dump function for Multi-pack cartridges - Added : timing fixes needed for recent HW revisions
2023-10-17N64: Add error message if eeprom does not return datasanni
Should prevent problem as described in discussion #857
2023-10-17Fix Clock Gen Calibration Menusanni
Function didn't display negative calibration factors correctly. Also added option to use the calibration factor without enabling the calibration menu to save some space.
2023-10-14Update MD.inosakman55
Add John Madden Football '93 (U) (EA Sports) to EEPROM list.
2023-10-01Update GB.inoRichard Weick
This updates the GBC Gameshark functions to check the Chip ID before performing any other functions, which ensures a good connection with the Gameshark cartridge and prevents erroneous dumps or writes due to poor connection.
2023-09-25Update Cart_Reader.inosanni
2023-09-25Update Cart_Reader.inoPsyK0p4T
compilation fix
2023-09-25Update OSCR.cppPsyK0p4T
update app version
2023-09-25Update Cart_Reader.inoPsyK0p4T
Add the possibility to hide Self Test from menu
2023-09-23Update 7800.inosakman55
Removed "[UNTESTED]" from Karateka (PAL) entries.
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
Stallion '96 (Japan)
2023-09-14N64.ino: Handle reused global from FLASH.inoAncyker
2023-09-13Remove unused variables in N64.inoAncyker
2023-09-12Update N64.inoRichard Weick
Update Xplorer64 functions in N64.ino to fix a potential issue for some hardware.
2023-09-10Update N64.inoRichard Weick
This adds full support for the Xplorer 64, including backup and writing of new firmware to the device. Firmware must be unscrambled (not dumped directly from the chips in a chip reader) in order to work with this program. Firmware dumped via the Sanni Cart Reader with this function work perfectly when written back.
2023-09-08Update N64.inoRichard Weick
This updates the N64 Gameshark function description, adds progress bars for the writing and verification functions, and updates the Chip ID function to report an unknown chip.
2023-09-07Update N64.inoRichard Weick
This completes the N64 Gameshark functions. It adds the command to enable CPLD address ranges of 0x1EEx_xxxx, 0x1EFx_xxxx, and 0x1ECx_xxxx which are necessary to program the SST 28LF040 eeprom. This also adds full support for the SST 28LF040 eeproms.
2023-09-04Update FAIRCHILD.inosakman55
Modifications for reading 4K carts
2023-09-04Fixed warnings in GB.inoAncyker
2023-08-25Add some clarification to Config.hAncyker
2023-08-25Update MD.inoAncyker
Add "Dynamite Headdy (USA, Europe)", "NHL 98 (USA)", "Gain Ground (USA)", "Wonder Boy III - Monster Lair (Japan, Europe) (En)"
2023-08-24Update MD.inoAncyker
Add "NHL 98 (USA)" Fixes #841
2023-08-19Update GB.inoRichard Weick
Add GBC to Gameshark menu labels
2023-08-19Update GB.inoRichard Weick
Add Datel Device menu
2023-08-19Update GB.inoRichard Weick
Add support for Gameboy Gameshark and Mega Memory Card
2023-08-18Fix Xplorer_N64 dumpPsyK0p4T
2023-08-18Add Xplorer 64 dump option to N64sanni
Thx to [RWeick](https://github.com/RWeick/FCD-0003.1S-Xplorer64) for finding the address the firmware is mapped to.
2023-08-14Add a progressbar to Pokemon MiniPsyK0p4T
Add a progressbar to Pokemon Mini
2023-08-13Update GB.inoRichard Weick
Removed unnecessary VSelect Option that may cause issues during compilation.
2023-08-13Update GB.inoRichard Weick
2023-08-01Add note to self-test on HW3 that the EEP switch should be set to on.Ancyker
Unable to actually test this myself because I do not have a HW3 to test on. However, looking at the schematic, if the EEP switch is set to the off position then the pin will be floating and the result of the 1K resistor test will be random.
2023-07-29Update INTV.ino for 12K carts (thx to skaman)sanni
2023-07-28Add Pokémon Mini CRC checkPsyK0p4T
2023-07-22Add support for DS1307 RTC modulesanni
DS1307 does not seem to have the lost lostPower function. So the time does not get set on upload and needs to be set manually as described in the [wiki](https://github.com/sanni/cartreader/wiki/Real%E2%80%90Time-Clock#setting-the-time). In Config.h set like this: ```` #define RTC_installed //#define DS3231 #define DS1307 ```` Connect "Tiny RTC I2C module" or similar to the SDA/SCL/VCC/GND pins.
2023-07-19Fix Serial Monitor menuV12.8sanni
2023-07-19Unify HW3 and HW5 menuessanni
2023-07-18E7/F4/F6/F8 mapper changes and new mapper for Time Pilot (thx to skaman)sanni
2023-07-18[NES] fix mapper 148nsx0r
2023-07-15Fixes Loopy SRAM dumpingRoger Braunstein
2023-07-16Firmware Updates for RTCAncyker
Also minor edits to `setVoltage()`
2023-07-13Update OSCR.cppsanni
2023-07-13Update Cart_Reader.inosanni
2023-07-11Merge pull request #824 from partlyhuman/support-casio-loopysanni
Casio Loopy Adapter
2023-07-10PR ready?Roger Braunstein
2023-07-10Moves loopy db into loopy.ino, adds format sram optionRoger Braunstein
2023-07-10Update MD.inoPsyK0p4T
Add "Technoptimistic (Aftermarket)"
2023-07-06SRAM operations working, some minor optimizationsRoger Braunstein
2023-07-06Fixes issue with SRAM where writing to shared address port set control pinsRoger Braunstein
2023-07-06Use header values for rom and sram start/end instead of hardcodingRoger Braunstein