Kreeblah
2c6c1c7f07
Updated snes_clk for exFAT changes
2021-04-28 00:44:11 -07:00
sanni
e78d6e99e0
V6.1: Add support for exFAT SD cards (>32GB)
2021-04-26 18:20:30 +02:00
sanni
f6e8d23110
Update README.md
2021-04-26 10:23:24 +02:00
sanni
d7cc26c560
V6.0: Update SdFat to Version 2
2021-04-26 10:14:37 +02:00
sanni
f22b156849
Merge pull request #129 from sdhizumi/gbalist
...
update gba.txt
2021-04-23 13:57:14 +02:00
sdhizumi
f223b5f855
update gba.txt
...
BDKJ = DigiCommunication Nyo - Datou! Black Gemagema Dan (Japan) has a 64K EEPROM.
2021-04-23 18:55:12 +09:00
sanni
72fa1ea8b4
V5.7: Add Clockgen option to N64 Eeprom
...
Uncomment #define clockgen_installed in options.h and switch CLK1 switch to ON position. With Adafruit clockgen the eeprom now runs at the correct 2Mhz.
2021-04-15 16:26:29 +02:00
sanni
f5ceacf35c
Merge pull request #120 from sdhizumi/sms-improve
...
SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear).
2021-04-10 18:19:40 +02:00
sdhizumi
540542ab23
SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear).
2021-04-11 00:21:08 +09:00
sanni
202057879e
Fix Ramtron GB Save read/write
...
- [Ramtron datasheet](https://github.com/sanni/cartreader/files/6263159/001-86207_FM18W08_256-Kbit_32_K_8_Wide_Voltage_Byt-476756.zip )
- [Write/Read capture](https://github.com/sanni/cartreader/files/6263148/write_read_gameboy_sram.zip ) of the changed GB.ino from [Logic Analyzer](https://downloads.saleae.com/logic2/Logic+Setup+2.3.24-master.exe )
2021-04-06 14:20:32 +02:00
sanni
fb107865f0
Update README.md
2021-03-31 07:47:51 +02:00
sanni
d2278f744f
Merge pull request #89 from Kreeblah/nes_20_db_fix
...
Fixed file size detection
2021-02-08 08:24:42 +01:00
Kreeblah
8c21071b99
Corrected type
2021-02-07 23:07:02 -08:00
Kreeblah
cf477ee629
Implemented custom atoi methods, as the included one only has 16-bit precision
2021-02-07 20:34:39 -08:00
Kreeblah
97e5e21962
Switched to 32-bit sizes
2021-02-07 19:07:47 -08:00
sanni
52894e5c2f
Add files via upload
2021-02-05 10:14:06 +01:00
sanni
cf442bf481
Merge pull request #87 from Kreeblah/nes_correct_headered_crc32
...
Corrected miscalculated CRC32 for headered NES ROMs
2021-02-01 10:28:30 +01:00
Kreeblah
ebcaeee36b
Corrected miscalculated CRC32 for headered NES ROMs
2021-01-31 23:53:51 -08:00
sanni
c85e61c988
Merge pull request #86 from Kreeblah/master
...
Output unheadered NES ROMs as CART.bin
2021-02-01 08:28:22 +01: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
sanni
2e3757bc71
Merge pull request #85 from Kreeblah/master
...
Additional error checks when reading snes_clk.txt clock offset file
2021-01-31 10:20:22 +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
sanni
bfcf20142e
Merge pull request #82 from Kreeblah/snes_clockgen_file
...
Load SNES clock generator offset from SD card
2021-01-27 08:20:24 +01: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
sanni
f117ded064
Merge pull request #79 from Kreeblah/nes20db
...
NES 2.0 header detection and application
2021-01-26 10:31:51 +01: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
bb88acb7ac
Sorted NES DB by game title
2021-01-26 00:57:36 -08:00
Kreeblah
dcafe9b5a9
Tested and verified NES 2.0 header functionality
2021-01-26 00:16:08 -08:00
Kreeblah
c18d26e09f
Updated nes20db.txt
2021-01-25 16:54:38 -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
c51fb5f377
Added NES DB to SD files
2021-01-24 14:09:18 -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
4c211d98ff
Update README.md
2021-01-05 12:52:42 +01:00
sanni
5ee9997ea0
Fix Megadrive Zero Wing (J)
...
thx to tamanegi_taro
2020-12-10 12:04:25 +01:00
sanni
02cb3552b9
Update README.md
2020-12-09 14:23:48 +01:00
sanni
833c84b28b
Update README.md
2020-11-25 13:00:28 +01:00
sanni
26cdadf1e5
Update README.md
2020-11-13 09:08:55 +01:00
sanni
076391deb0
Update README.md
2020-11-13 09:05:45 +01:00
sanni
229f0369de
Update README.md
2020-11-13 08:56:08 +01:00
sanni
1b74a17813
Update Cart_Reader.ino
2020-11-03 11:19:16 +01:00
sanni
0bda087f96
Add case for battery extension
2020-10-30 16:08:03 +01:00
sanni
9eca87d975
V5.5: Reduce memory usage in Filebrowser
2020-10-28 18:44:13 +01:00
sanni
6ffd175e7b
Merge pull request #56 from jiyunomegami/master
...
SMS retrode plugin changes and small bug fix of flash error checking
2020-10-17 19:29:20 +02:00