Commit Graph

798 Commits

Author SHA1 Message Date
majorpbx
63f54ffeb2 RTC.cpp
To complete RTC support for DS3231 only at this time.
2021-10-02 01:18:21 -04:00
sanni
cc1668a2e3 Update list of contributors 2021-10-01 12:07:33 +02:00
sanni
4fd07a98f8 Spring cleaning 2021-10-01 12:04:26 +02:00
sanni
ce9aa7bfab Merge pull request #258 from majorpbx/patch-2
Update options.h
2021-09-26 22:46:35 +02:00
majorpbx
2492f7f3ae Update options.h
Added definition for RTC_installed and left it default disabled. Enabling will not hurt anything but without an RTC it will be pointless.
2021-09-26 16:14:03 -04:00
sanni
12b6fd29d5 Merge pull request #257 from scrap-a/lock-on
bugfix about Sonic & Knuckles Lock-on games
2021-09-21 18:33:05 +02:00
scrap-a
f6a3eb65a8 fix typo and comment 2021-09-22 01:18:52 +09:00
sanni
dce2ffe691 Merge pull request #256 from scrap-a/lock-on
Add support for Sonic & Knuckles Lock-on games
2021-09-20 17:17:27 +02:00
scrap-a
96743c7a48 Add support for Sonic & Knuckles Lock-on games 2021-09-20 21:45:59 +09:00
sanni
19d1f1510d Change Pocket Monsters Stadium (CPSJ) to SRAM save 2021-09-11 13:18:31 +02:00
sanni
d6cedf9ee3 Update README.md 2021-09-09 18:56:46 +02:00
sanni
5ca88bc80c Update README.md 2021-09-09 18:49:05 +02:00
sanni
8da579c922 Update README.md 2021-09-09 18:12:01 +02:00
sanni
b63fb0584b Update Cart_Reader.ino 2021-09-03 10:21:02 +02:00
sanni
d22ee55ba7 Merge pull request #234 from PsyK0p4T/master
Update NGP.ino
2021-08-26 07:49:30 +02:00
PsyK0p4T
f4fc7fa6ce Update NGP.ino
New feature added, save flash chip report file to SD containing:
- software basic info (game, version...)
- chip IDs (maker, device code)
- memory sectors protection status (game and save data)
2021-08-26 00:52:28 +02:00
sanni
7fef6d45b6 Merge pull request #228 from PsyK0p4T/master
NGP.ino Update
2021-08-19 21:17:04 +02:00
PsyK0p4T
edc238599f Update NGP.ino
Small improvments
2021-08-19 21:09:19 +02:00
PsyK0p4T
a6f3e8c90b Update NGP.ino 2021-08-19 17:38:16 +02:00
sanni
7a975ec97b Merge pull request #227 from PsyK0p4T/master
Update NGP.ino
2021-08-18 01:03:21 +02:00
PsyK0p4T
8fb0a2b11a Update NGP.ino
- Manual rom size selection added before dumping when flash chip is unknown
- Code display rearranged
2021-08-18 01:00:07 +02:00
sanni
bd4999b716 Merge pull request #226 from PsyK0p4T/master
Update NGP.ino
2021-08-17 07:27:28 +02:00
PsyK0p4T
3d642ba8a2 Update NGP.ino
- Comments and wordings added
- 32Mbits games support added
- Display chip ID in case of unknown values are found
2021-08-17 01:23:33 +02:00
sanni
2ff59bffb9 Update N64.ino 2021-08-04 13:15:38 +02:00
sanni
2a3963cb64 Update options.h 2021-08-03 21:12:36 +02:00
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