Kreeblah
|
ebcaeee36b
|
Corrected miscalculated CRC32 for headered NES ROMs
|
2021-01-31 23:53:51 -08:00 |
|
Kreeblah
|
ab9490b880
|
Output unheadered NES ROMs as CART.bin
|
2021-01-31 17:12:40 -08:00 |
|
sanni
|
1bf1d2b720
|
Up version number and default to clock correction factor 0
|
2021-01-31 13:31:23 +01:00 |
|
Kreeblah
|
b5847b2ab1
|
Additional checks to reduce the possibility of user error with snes_clk.txt clock offset file.
|
2021-01-31 00:16:16 -08:00 |
|
Kreeblah
|
b90aa90131
|
Fixed return value
|
2021-01-26 23:09:17 -08:00 |
|
Kreeblah
|
c471a9161e
|
Added attempt to load SNES clock offset from /snes_clk.txt before defaulting to -16000
|
2021-01-26 23:05:25 -08:00 |
|
Kreeblah
|
fb7bf59668
|
Added additional comments about functions returning pointers which need to be freed after use
|
2021-01-26 01:29:37 -08:00 |
|
Kreeblah
|
dcafe9b5a9
|
Tested and verified NES 2.0 header functionality
|
2021-01-26 00:16:08 -08:00 |
|
Kreeblah
|
01402abfa2
|
Corrected syntax
|
2021-01-25 15:06:58 -08:00 |
|
Kreeblah
|
592fa7b83e
|
Corrected syntax
|
2021-01-25 15:04:33 -08:00 |
|
Kreeblah
|
8077e1e21b
|
Corrected syntax
|
2021-01-24 14:20:05 -08:00 |
|
Kreeblah
|
12b4f81c9f
|
Added additional check for header retrieval
|
2021-01-24 02:15:25 -08:00 |
|
Kreeblah
|
77cbb25b67
|
Corrected file reading calls
|
2021-01-24 02:13:58 -08:00 |
|
Kreeblah
|
ed293c2628
|
Simplified char to nibble function
|
2021-01-24 02:08:02 -08:00 |
|
Kreeblah
|
358ebf88f4
|
Initial code for NES 2.0 database support
|
2021-01-24 01:44:14 -08:00 |
|
sanni
|
5ee9997ea0
|
Fix Megadrive Zero Wing (J)
thx to tamanegi_taro
|
2020-12-10 12:04:25 +01:00 |
|
sanni
|
1b74a17813
|
Update Cart_Reader.ino
|
2020-11-03 11:19:16 +01:00 |
|
sanni
|
9eca87d975
|
V5.5: Reduce memory usage in Filebrowser
|
2020-10-28 18:44:13 +01:00 |
|
jiyunomegami
|
1e3833fe8d
|
retrode SMS plugin support, SMS cart size detection
|
2020-10-18 02:12:09 +09:00 |
|
jiyunomegami
|
d7a133188d
|
actually recheck DQ 7 in busyCheck29F032
|
2020-10-17 22:48:35 +09:00 |
|
sanni
|
4e590f7114
|
Merge pull request #54 from jiyunomegami/master
Merge commits by jiyunomegami
|
2020-08-19 20:44:57 +02:00 |
|
splash5
|
64173ad2ed
|
Add more developerId
Fix some game could not dump properly
|
2020-08-16 00:05:58 +08: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 |
|
jiyunomegami
|
80c19a0bc4
|
fix verifySram_MD and writeSram_MD
|
2020-07-13 19:23:51 +09: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 |
|
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 |
|
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 |
|