Age | Commit message (Collapse) | Author |
|
- Added : size detection for Multi-pack cartridges
- Modified : dump function for Multi-pack cartridges
- Added : timing fixes needed for recent HW revisions
|
|
Should prevent problem as described in discussion #857
|
|
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.
|
|
Add John Madden Football '93 (U) (EA Sports) to EEPROM list.
|
|
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.
|
|
|
|
compilation fix
|
|
update app version
|
|
Add the possibility to hide Self Test from menu
|
|
Removed "[UNTESTED]" from Karateka (PAL) entries.
|
|
|
|
Stallion '96 (Japan)
|
|
|
|
|
|
Update Xplorer64 functions in N64.ino to fix a potential issue for some hardware.
|
|
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.
|
|
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.
|
|
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.
|
|
Modifications for reading 4K carts
|
|
|
|
|
|
Add "Dynamite Headdy (USA, Europe)", "NHL 98 (USA)", "Gain Ground (USA)", "Wonder Boy III - Monster Lair (Japan, Europe) (En)"
|
|
Add "NHL 98 (USA)"
Fixes #841
|
|
Add GBC to Gameshark menu labels
|
|
Add Datel Device menu
|
|
Add support for Gameboy Gameshark and Mega Memory Card
|
|
|
|
Thx to [RWeick](https://github.com/RWeick/FCD-0003.1S-Xplorer64) for finding the address the firmware is mapped to.
|
|
Add a progressbar to Pokemon Mini
|
|
Removed unnecessary VSelect Option that may cause issues during compilation.
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Also minor edits to `setVoltage()`
|
|
|
|
|
|
Casio Loopy Adapter
|
|
|
|
|
|
Add "Technoptimistic (Aftermarket)"
|
|
|
|
|
|
|