Commit Graph

1633 Commits

Author SHA1 Message Date
sanni
1eac83ef79
Update OSCR.cpp 2023-11-21 09:55:10 +01:00
sanni
ad294f651f
Update Cart_Reader.ino 2023-11-21 09:54:54 +01:00
sanni
5176a15199
Update ARC.ino
Fix compilation error in combination with ENABLE_UPDATER
2023-11-21 09:43:00 +01:00
PsyK0p4T
a55aa7bbff
Update SNES.ino
Avoids a compilation warning
2023-11-20 21:46:44 +01:00
sanni
654686cf15
Update Cart_Reader.ino 2023-11-20 12:23:34 +01:00
sanni
a06d9ee87b Update version 2023-11-20 12:19:32 +01:00
sanni
4dc86f40b9
Merge pull request #867 from qufb/sms
Fix PH3 pin typo
2023-11-20 08:16:53 +01:00
qufb
ac1c6db12d Fix PH3 pin typo 2023-11-16 22:27:01 +00:00
PsyK0p4T
68a7958905
Update README.md 2023-11-08 23:53:40 +01:00
PsyK0p4T
1694ae7d5f
Update README.md 2023-11-08 23:25:46 +01:00
PsyK0p4T
6b0ded69c7
Merge pull request #865 from PsyK0p4T/master
Adds support for all Multi-Pack cartridges
2023-11-02 17:24:39 +01:00
PsyK0p4T
8fdd93f293
Update PCW.ino
- Added : size detection for Multi-pack cartridges
- Modified : dump function for Multi-pack cartridges
- Added : timing fixes needed for recent HW revisions
2023-11-02 17:21:52 +01:00
PsyK0p4T
b11330d31b
Update pcw.txt
- Many new games added
- Some CRCs fixed
2023-11-02 17:16:40 +01:00
PsyK0p4T
36bd16435c
Merge pull request #864 from PsyK0p4T/master
Update gba.txt
2023-11-02 16:26:46 +01:00
PsyK0p4T
82dbfd79c0
Update gba.txt
Fixes : 
- removed spaces after some SAVE TYPES values
- completed some lines where titles or languages were truncated
- modified CRC for some titles using 32MB ROM + EEPROM save
2023-11-02 16:26:03 +01:00
PsyK0p4T
be2089bbdf
Update pcw.txt 2023-10-25 00:55:06 +02:00
sanni
029c33dfb9 N64: Add error message if eeprom does not return data
Should prevent problem as described in discussion #857
2023-10-17 22:07:51 +02:00
sanni
2e72842bb1 Fix Clock Gen Calibration Menu
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-17 18:41:14 +02:00
PsyK0p4T
0b42d5d1f2
Update n64.txt 2023-10-15 16:23:27 +02:00
sakman55
a257fc2ee5
Update MD.ino
Add John Madden Football '93 (U) (EA Sports) to EEPROM list.
2023-10-14 20:06:08 -10:00
Richard Weick
c5a2f3d30b
Update README.md
Updated listed support for N64 and GBC
2023-10-02 18:56:55 -05:00
Richard Weick
83b854ffeb
Merge pull request #854 from RWeick/master
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-10-02 13:23:56 -05:00
Richard Weick
0e04c1c1a1
Update GB.ino
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-10-01 12:46:10 -05:00
sanni
c873d3cf9d
Update Cart_Reader.ino 2023-09-25 18:32:44 +02:00
PsyK0p4T
b270f0c30e
Update Cart_Reader.ino
compilation fix
2023-09-25 16:23:43 +02:00
PsyK0p4T
4ddd867f87
Update OSCR.cpp
update app version
2023-09-25 16:16:07 +02:00
PsyK0p4T
b2415c0287
Update Cart_Reader.ino
Add the possibility to hide Self Test from menu
2023-09-25 16:12:04 +02:00
sakman55
603a22116c
Update 7800.ino
Removed "[UNTESTED]" from Karateka (PAL) entries.
2023-09-23 07:36:05 -10:00
sanni
3c665e35ff
Update README.md 2023-09-23 01:00:36 +02:00
sanni
559010079c Add support for Atari 5200/7800, C64, Vectrex (thx to skaman) 2023-09-23 00:11:08 +02:00
PsyK0p4T
b373b662d2
Merge pull request #852 from ButThouMust/master
SNES.ino: Fix dumping Sound Novel Tsukuru (Japan)
2023-09-22 14:50:33 +02:00
But Thou Must
c88978f5ea SNES.ino: Fix dumping Sound Novel Tsukuru (Japan) with same fix as for Derby Stallion '96 (Japan) 2023-09-21 18:39:18 -04:00
PsyK0p4T
4ef394aada
Merge pull request #848 from breyell/master
Add Right N64 Adapter with Battery Access STEP
2023-09-21 00:04:29 +02:00
PsyK0p4T
cc4ac62f30
Merge pull request #851 from hxlnt/master
Adds checksum for Chakrakun to loopy.txt
2023-09-21 00:02:02 +02:00
Rachel Simone Weil
c6aa7e49de
Adds checksum for Chakrakun to loopy.txt 2023-09-20 16:05:51 -05:00
Ancyker
74fba5e29d N64.ino: Handle reused global from FLASH.ino 2023-09-14 12:00:58 -04:00
Ancyker
4f8ef61355 Remove unused variables in N64.ino 2023-09-13 10:32:48 -04:00
Richard Weick
fafd9caf7f
Merge pull request #849 from RWeick/master
Update Xplorer64 functions in N64.ino to fix a potential issue for compilation.
2023-09-12 19:34:43 -05:00
Richard Weick
e92e42c581
Update N64.ino
Update Xplorer64 functions in N64.ino to fix a potential issue for some hardware.
2023-09-12 19:31:55 -05:00
Brendon Reyell
8ef56ea0f1
Merge pull request #1 from breyell/right-n64-battery-step
Add Right N64 Adapter with Battery Access STEP
2023-09-12 17:24:06 -07:00
Brendon Reyell
e1db41e402
Add Right N64 Adapter with Battery Access STEP 2023-09-12 15:34:29 -07:00
Richard Weick
3a30c0f5ed
Merge pull request #847 from RWeick/master
Update N64.ino to add full dump and programming support for the Xplorer 64. Firmware must be unscrambled in order to be written to the Xplorer 64 with this function. Firmware dumped via this function are unscrambled. Firmware extracted directly from the eeproms in an eeprom programmer are scrambled and must be unscrambled before being used with this.
2023-09-10 22:04:31 -05:00
Richard Weick
bc62414c59
Update N64.ino
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-10 21:49:11 -05:00
Richard Weick
996d8f77c8
Merge pull request #844 from RWeick/master
Update N64.ino
2023-09-08 10:23:15 -05:00
Richard Weick
61bfc81ce4
Update N64.ino
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-08 10:06:27 -05:00
Richard Weick
b35e248a41
Merge pull request #843 from RWeick/master
Update N64.ino
2023-09-07 22:05:41 -05:00
Richard Weick
b748faecde
Update N64.ino
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-07 21:50:06 -05:00
sakman55
7cf03d3542
Update FAIRCHILD.ino
Modifications for reading 4K carts
2023-09-04 12:38:32 -10:00
Ancyker
749d60de3f Fixed warnings in GB.ino 2023-09-04 16:29:00 -04:00
Ancyker
03bef214ec Add some clarification to Config.h 2023-08-25 03:57:15 -04:00