Commit Graph

1607 Commits

Author SHA1 Message Date
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
Ancyker
d99e2d4040 Update MD.ino
Add "Dynamite Headdy (USA, Europe)", "NHL 98 (USA)", "Gain Ground (USA)", "Wonder Boy III - Monster Lair (Japan, Europe) (En)"
2023-08-25 03:54:38 -04:00
Ancyker
ec3d048172 Update MD.ino
Add "NHL 98 (USA)"
Fixes #841
2023-08-24 01:52:45 -04:00
sanni
19973e479d
Merge pull request #840 from RWeick/master
Add GBC GameShark and Mega Memory Read and Write Functions
2023-08-20 11:05:36 +02:00
Richard Weick
b2c5999380
Update GB.ino
Add GBC to Gameshark menu labels
2023-08-19 22:24:28 -05:00
Richard Weick
2143fe71af
Update GB.ino
Add Datel Device menu
2023-08-19 22:23:30 -05:00
Richard Weick
8aee244bd0
Update GB.ino
Add support for Gameboy Gameshark and Mega Memory Card
2023-08-19 22:17:22 -05:00
PsyK0p4T
2e4ea870de
Update pcw.txt 2023-08-19 23:15:57 +02:00
PsyK0p4T
e32d30cc8c
Update ws.txt
Add PCv2 new entries
2023-08-19 10:51:50 +02:00
PsyK0p4T
8d7fc3a486
Fix Xplorer_N64 dump 2023-08-18 20:37:15 +02:00
sanni
a969a93281
Add Xplorer 64 dump option to N64
Thx to [RWeick](https://github.com/RWeick/FCD-0003.1S-Xplorer64) for finding the address the firmware is mapped to.
2023-08-18 11:01:14 +02:00
sanni
6a1f14cf91
Update bug.yml 2023-08-15 13:53:14 +02:00
sanni
ce2f2cf4d5
Update bug.yml 2023-08-15 13:49:31 +02:00
sanni
5aac6a40f7
Create bug.yml 2023-08-15 13:38:00 +02:00
sanni
cf460f4a06
Create config.yml 2023-08-15 13:34:24 +02:00
PsyK0p4T
74aaaa4d0e
Add a progressbar to Pokemon Mini
Add a progressbar to Pokemon Mini
2023-08-14 15:30:29 +02:00
sanni
8823603630
Merge pull request #838 from RWeick/master
Pelican Codebreaker / Monster Brain / Brainboy Support
2023-08-14 09:12:27 +02:00
Richard Weick
1bc74f055d
Update GB.ino
Removed unnecessary VSelect Option that may cause issues during compilation.
2023-08-13 19:13:43 -05:00
Richard Weick
5b554bc6e3
Update GB.ino 2023-08-13 19:05:57 -05:00
Ancyker
dfd765e579 Add 12V rail for N64 + silkscreen updates
Add a 12V rail for the N64 slot. This is not currently implemented, but as the six-slot adapter is the hardest of the 2 boards to upgrade having it now will save some effort for anyone wanting it in the future. It also makes it easier to externally supply 12V by attaching clips to the 12V and GND header pins.

Also improved the silkscreen a bit to match the main PCB.
2023-08-04 18:05:21 -04:00
Ancyker
6733c9f57c Add note to self-test on HW3 that the EEP switch should be set to on.
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-08-01 18:26:20 -04:00
sanni
fee5c867aa
Update INTV.ino for 12K carts (thx to skaman) 2023-07-29 12:39:21 +02:00
sanni
1644416a4c
Update intv.txt (thx to skaman) 2023-07-29 12:37:00 +02:00
PsyK0p4T
527f83c3cb
Update wsv.txt
Added : 
Treasure Hunter (Rev1)
Assembloids (Unl)

Removed : 
4 in 1 - Hash block / Challenger Tank / Brain Power / Jacky Lucky (hash was obtained from a rebuilded rom, impossible to get with the OSCR)
2023-07-29 00:07:07 +02:00
PsyK0p4T
5d3a5e4cc2
Merge pull request #832 from PsyK0p4T/master
Add Pokémon Mini CRC check
2023-07-28 15:39:28 +02:00
PsyK0p4T
42c409baf2
Add Pokémon Mini CRC check 2023-07-28 15:32:54 +02:00
PsyK0p4T
c14e7b2702
Add Pokémon Mini database 2023-07-28 15:30:43 +02:00