sanni
5a894f0146
Merge pull request #215 from majorpbx/patch-1
...
Update n64.txt
2021-08-03 21:09:55 +02:00
majorpbx
4167bfb392
Update n64.txt
...
Added remaining ROM CRC's when compared to DoM. The two lines below need to be verified as to what type of save they actually have. They have been set to "0" in this update.
7d0eed6a,NJEJ,08, - J.League Eleven Beat 1997 (Japan)
35461699,NNRJ,08, - Pro Mahjong Tsuwamono 64 - Jansou Battle ni Chousen (Japan)
2021-08-03 14:44:10 -04:00
sanni
6dee8d67cb
Update Cart_Reader.ino
2021-08-03 17:29:39 +02:00
sanni
d825da3b10
Update Cart_Reader.ino
2021-08-03 17:27:35 +02:00
sanni
84252079fe
Update Cart_Reader.ino
2021-08-03 17:21:02 +02:00
sanni
9f675be766
Update Cart_Reader.ino
2021-08-03 13:04:40 +02:00
sanni
8132fcab78
Create n64log.txt in /N64/ROMS/
2021-08-03 10:16:12 +02:00
sanni
92b7b7bdef
V6.6 Add slow CRC32 calculation option for N64
...
In option.h add // in front of #define fastcrc and remove // in front of #define slowcrc to change CRC32 calculation to slow.
// Define CRC method for dumping N64 ROMs
//#define fastcrc //crc will be calculated during dumping from memory
#define slowcrc // crc will be calculated after dumping from SD card
2021-08-02 18:18:34 +02:00
sanni
07ec1f121a
Change N64 CRC Error message
2021-08-01 23:33:59 +02:00
sanni
a5f273289a
Merge pull request #207 from PsyK0p4T/patch-1
...
Update n64.txt
2021-07-27 18:55:59 +02:00
PsyK0p4T
295f47b909
Update n64.txt
...
Tom Clancy's Rainbow Six (F) added
2021-07-27 18:54:20 +02:00
sanni
71b9ff4998
Merge pull request #204 from Dakkaron/master
...
Small bugfix to the last PR that should fix write errors
2021-07-22 15:53:52 +02:00
Dakkaron
081a484629
Merge branch 'sanni:master' into master
2021-07-22 15:47:58 +02:00
Dakkaron
3e18f4f28c
Removes write errors
2021-07-22 15:16:38 +02:00
Dakkaron
80ff348b03
Typo
2021-07-22 14:42:01 +02:00
sanni
f8cf2b69a8
Update GB.ino
2021-07-22 10:18:25 +02:00
sanni
b5fd53a39d
V6.5 Add GB Flash Submenu
2021-07-22 10:13:13 +02:00
sanni
5cd66122be
Merge pull request #183 from Dakkaron/master
...
GB/GBC: Unified flashing for MBC3/MBC5 and added option to automatically flash ROM and SAVE
2021-07-22 10:02:33 +02:00
sanni
65ef151df7
Merge pull request #203 from PsyK0p4T/master
...
"Fighter's Destiny" updated with proper dump crc
2021-07-22 08:21:26 +02:00
PsyK0p4T
4a202f217d
Merge branch 'sanni:master' into master
2021-07-21 23:47:24 +02:00
Dakkaron
78d6e9dde3
Adds romBanks <= flashBanks check
2021-07-21 23:02:45 +02:00
Dakkaron
12b3c7ebe0
Fixes flashing MBC3; flash device id detection replaced by feature detection, adding compatibility for many repro flash carts.
2021-07-21 22:46:34 +02:00
sanni
727b49f4e6
Update N64.ino
2021-07-21 16:22:57 +02:00
PsyK0p4T
b929718152
Update n64.txt
...
Fighter's Destiny updated with proper dump crc
2021-07-20 23:37:06 +02:00
sanni
eef3f38dd0
Add files via upload
2021-07-20 23:10:36 +02:00
sanni
61b8e1c6ee
Add Ganbare Goemon - Neo Momoyama Bakufu no Odori to database
2021-07-20 23:08:42 +02:00
sanni
d1c0ea9a45
Merge pull request #192 from PsyK0p4T/master
...
Update NGP.ino
2021-07-11 10:58:47 +02:00
PsyK0p4T
dc2ea92496
Update NGP.ino
...
small fixes
2021-07-11 10:55:23 +02:00
Dakkaron
cf489d1b40
Merge branch 'sanni:master' into master
2021-07-10 00:31:49 +02:00
sanni
669fa1aafc
Merge pull request #186 from PsyK0p4T/master
...
Update NGP.ino
2021-07-09 07:22:29 +02:00
PsyK0p4T
18128f1063
Update NGP.ino
...
4M, 8M, 16M chips support added
RomVersion detection fixed
SystemType detection (NGP Monochrome or NGP Color) added
2021-07-09 00:24:21 +02:00
sanni
f61ec0ff6d
Merge pull request #185 from PsyK0p4T/patch-1
...
Update n64.txt
2021-07-08 11:35:31 +02:00
PsyK0p4T
c0c22c13c3
Update n64.txt
...
"Holy Magic Century (France)" added
2021-07-08 11:20:10 +02:00
PsyK0p4T
1caf3b2839
Update n64.txt
...
fix "Holy Magic Century (Europe)" crc32
2021-07-08 10:59:40 +02:00
Dakkaron
16af53b613
Possible fix for flashing MBC5. Shouldn't affect MBC3.
2021-07-07 13:48:16 +02:00
Dakkaron
233b89fc91
Now reports when no save has been found on "Flash ROM and save"
...
(cherry picked from commit 9cf556d981b218c1bd7f56b30cc6afada593a0cf)
2021-07-02 14:19:23 +02:00
Dakkaron
f554adccce
Combines "Flash MBC3" and "Flash MBC5"; adds "Flash cart and write latest save"
2021-07-02 12:27:15 +02:00
Dakkaron
34e7f90d70
Extracts user interaction from writeSRAM_GB() and writeFlash_GB() to allow for more flexibility
2021-07-02 08:11:44 +02:00
sanni
9fb439a27f
Update version number
2021-06-09 11:30:55 +02:00
sanni
527f3562ed
V6.4: Add ExLoRom and ExHiRom flash options
...
- LoRom (P0) will write up to 8MB starting from file 0x0 to flashrom 0x0.
- HiRom (P0) will write up to 4MB starting from file 0x0 to flashrom 0x0.
- ExLoRom (P1) will write the first 4MB starting from file 0x0 to flashrom 0x400000. And then a second block up to 4MB from file 0x400000 to flashrom 0x0.
- ExHiRom (P1) will write the first 4MB starting from file 0x0 to flashrom 0x400000. And then a second block up to 4MB from file 0x400000 to flashrom 0x0.
2021-06-09 11:28:39 +02:00
sanni
78b5f7cb10
Update Cart_Reader.ino
2021-06-02 12:30:59 +02:00
sanni
96ed5efbf4
Add chip erase for unknown N64 repro
2021-05-27 17:50:19 +02:00
sanni
e666f88640
Update README.md
2021-05-27 15:40:29 +02:00
sanni
6f849921bb
V6.3: Add sector size menu for N64 repro
2021-05-27 15:21:24 +02:00
sanni
f96f854b4e
Add 64 byte write buffer for N64 repro
2021-05-26 17:07:26 +02:00
sanni
0c99780c5d
V6.2: Add option to manually config N64 repro
2021-05-26 16:29:57 +02:00
sanni
c343094966
Add option to force A23 to high while flashing HiROM repros
...
A23-> low enables P0 and A23->high enables P1 flashrom.
2021-05-12 17:42:49 +02:00
sanni
91be66a89b
Merge pull request #137 from sdhizumi/gbalist
...
update gba.txt
2021-04-29 15:14:23 +02:00
sdhizumi
6b244eb86c
update gba.txt
...
add Gyakuten Saiban 3 (Japan)
2021-04-29 21:55:20 +09:00
sanni
0e39972b9a
Merge pull request #134 from Kreeblah/snes_clk_exfat
...
Updated snes_clk for exFAT changes
2021-04-28 09:59:13 +02:00