Commit Graph

670 Commits

Author SHA1 Message Date
sdhizumi
bee6d104d5 Puyo Puyo Sun 64 (NPYJ) has a 4KB EEPROM
This cartridge has a BU9850 EEPROM. It is a 4KB EEPROM, same as the Super Mario 64.
2020-09-30 23:00:29 +09:00
sanni
4e590f7114 Merge pull request #54 from jiyunomegami/master
Merge commits by jiyunomegami
2020-08-19 20:44:57 +02:00
sanni
b17056c5a3 Merge pull request #53 from splash5/master
Add more developerId
2020-08-15 18:29:05 +02:00
splash5
64173ad2ed Add more developerId
Fix some game could not dump properly
2020-08-16 00:05:58 +08:00
jiyunomegami
6317793568 Merge remote-tracking branch 'upstream/master' 2020-08-14 19:11:36 +09:00
jiyunomegami
a3417eeb23 Non swapped HuCARD adapter support. Changed Tennokoe Bank support to read/write files for each 2KB bank, one at a time. 2020-08-14 19:05:27 +09:00
jiyunomegami
2096ec7597 writeFlash29F032: Retry writing, for when /RESET is not connected (floating) 2020-08-14 19:03:42 +09:00
jiyunomegami
712c4cc83d busyCheck29F032 changes to match the datasheet 2020-08-14 19:02:37 +09:00
jiyunomegami
4c6fb7bd8c Detect Flash ID 04D5 MBM29F080C 2020-08-14 18:58:20 +09:00
sanni
1ced3519a3 Add files 2020-07-23 11:39:14 +02:00
sanni
3dfcaaae2e Update README.md 2020-07-14 09:17:33 +02:00
sanni
802f9e03ae Update README.md 2020-07-14 09:06:17 +02:00
sanni
ab17da4b5d Update README.md 2020-07-14 08:59:42 +02:00
sanni
4cc3092bbd Merge pull request #52 from jiyunomegami/master
MD SRAM fixes
2020-07-13 16:15:33 +02:00
jiyunomegami
80c19a0bc4 fix verifySram_MD and writeSram_MD 2020-07-13 19:23:51 +09:00
jiyunomegami
6ece8b0fcd Merge remote-tracking branch 'upstream/master' 2020-07-13 18:06:02 +09:00
sanni
95517a23b7 Merge branch 'master' of https://github.com/sanni/cartreader 2020-07-13 08:28:20 +02:00
sanni
d8c9ae08e9 Add GBA adapter files for older 2 slot Cart Readers 2020-07-13 08:28:15 +02:00
jiyunomegami
83b53b47bd Correct comment about segaSram16bit 2 2020-07-12 21:14:58 +09:00
jiyunomegami
d07d80a4b7 pad the extra space like the retrode does when segaSram16bit is 2 2020-07-12 20:21:38 +09:00
jiyunomegami
f3b2fe8252 SRAM detection fix for Psy-o-blade, segaSram16bit setting in md.txt 2020-07-12 00:14:37 +09:00
sanni
acd2d3397a Merge pull request #51 from jiyunomegami/master
modular compilation fixes
2020-07-11 14:12:38 +02:00
jiyunomegami
e73ee4b171 modular compilation fixes 2020-07-11 20:39:12 +09:00
sanni
4eaac930ed Update README.md 2020-07-06 08:33:49 +02:00
sanni
750a7043fc Merge pull request #50 from jiyunomegami/master
V5.4: Merge Commits by jiyunomegami
2020-07-04 23:09:34 +02:00
jiyunomegami
39be20d32b SMS SRAM save data writing 2020-07-05 01:42:05 +09:00
jiyunomegami
29093b1bf3 add #ifdef enable_XXX check to each module 2020-07-05 00:07:14 +09:00
jiyunomegami
cb938a65bc SMS retrode mode toggle and SRAM save data reading 2020-07-05 00:05:06 +09:00
jiyunomegami
82ea59b942 add options.h 2020-07-04 22:37:02 +09:00
jiyunomegami
6d0ddda980 Make the retrode mode work after using the normal mode by accident 2020-07-04 22:33:50 +09:00
jiyunomegami
b0d8bf15ee add enable_XXX define for each module 2020-07-04 21:02:34 +09:00
jiyunomegami
d22f35b2ef use local sramBanks variable in SNES.ino 2020-07-04 20:57:54 +09:00
jiyunomegami
bc3dd3dd13 Retrode SMS/GG adapter support 2020-07-04 19:16:14 +09:00
jiyunomegami
c385323ce3 mapper 26 Madara support 2020-07-04 02:01:35 +09:00
jiyunomegami
169b853f1b saveType 5 for Dragon Slayer Eiyuu Densetsu 2020-07-04 02:01:03 +09:00
jiyunomegami
61b439e09a add print_Msg_PaddedHex32 function 2020-07-04 01:25:52 +09:00
jiyunomegami
9a77da1e66 Only use the lower half of bramCheck.
Was reading 0x0104 and 0x0704 from a Japanese RAM cart,
when B2 /MRES and B27 /VRES were not connected.
2020-07-03 23:48:16 +09:00
jiyunomegami
c9938b177f print MD bramCheck and chksum using print_Msg_PaddedHexByte 2020-07-03 22:19:47 +09:00
jiyunomegami
b1ad42bded add print_Msg_PaddedHexByte function 2020-07-03 22:15:26 +09:00
sanni
4d6594c0aa V5.3: Update snes.txt database
Created with this Processing script parsing the No-Intro set from Dezember 2019 with all beta, proto, unlicensed, sample and missing checksun ROMs removed:

https://www.dropbox.com/s/379g607k6ka8bfq/snesdata.pde?dl=1
2020-06-30 12:52:08 +02:00
sanni
ea6722d0c5 V5.2: Fix bug in GB code 2020-06-18 14:33:21 +02:00
sanni
c9f5c9ac36 V5.1: Fix Mapper 21 carts
Fix for Wai Wai World 2 (VRC4a) and Ganbare Goemon Gaiden 2 (VRC4c)
Thanks to skaman
2020-05-25 07:34:18 +02:00
sanni
8794e4c878 Update Cart_Reader.ino 2020-05-13 13:05:10 +02:00
sanni
119ae7e6d6 Update README.md 2020-05-12 14:12:36 +02:00
sanni
615ef8d68c V5.0: Add suport for NeoGeo Pocket
Many thanks to splash5
2020-05-12 13:52:03 +02:00
sanni
61ff6cff34 Update README.md 2020-05-11 14:13:46 +02:00
sanni
a9657975e8 Update README.md 2020-05-11 14:12:02 +02:00
sanni
0412aa8963 Update README.md 2020-05-11 14:07:49 +02:00
sanni
94e86669ee Update README.md 2020-05-11 14:03:13 +02:00
sanni
004c0c426b Update README.md 2020-05-11 14:02:15 +02:00