Commit Graph

820 Commits

Author SHA1 Message Date
sanni
147e8edeee Add 10 second button press for rotary encoder 2021-10-26 21:57:21 +02:00
sanni
4cc94fd846 Fix filebrowser for LCD 2021-10-26 19:26:59 +02:00
sanni
5a3b311feb Fix Led and missing word wrap 2021-10-26 17:13:42 +02:00
sanni
d64ce10391 Remove bitmaps 2021-10-26 12:38:29 +02:00
sanni
852cb8f047 Port ControllerTest to MKS MINI12864 2021-10-26 11:27:07 +02:00
sanni
dfe6624e76 Make selection dot bigger 2021-10-25 22:06:08 +02:00
sanni
197bd3fad9 bugfix 2021-10-25 18:03:16 +02:00
sanni
05deb817ac V7.0: Add basic support for MKS MINI12864 V3
https://www.aliexpress.com/item/1005003098864693.html
2021-10-24 00:41:18 +02:00
sanni
e103b685bd Merge pull request #277 from majorpbx/patch-7
Update README.md
2021-10-18 09:02:59 +02:00
majorpbx
7a5d3f91cd Update README.md
Added RTClib link to the Readme.
2021-10-17 22:05:20 -04:00
sanni
a981bb0c3e Make clockgen calibration optional 2021-10-14 09:53:07 +02:00
sanni
0c42af0941 Make slow crc calculation default for N64 2021-10-13 21:45:15 +02:00
sanni
2b2d6a58e1 Upload file 2021-10-04 10:45:57 +02:00
sanni
e2e496b86c Add KiCad files 2021-10-04 01:06:39 +02:00
sanni
1d55ee1b21 Update Cart_Reader.ino 2021-10-02 08:47:57 +02:00
sanni
d5b1d87df4 Merge pull request #265 from majorpbx/patch-6
Update Cart_Reader.ino
2021-10-02 08:45:42 +02:00
sanni
19b81a44d2 Merge pull request #264 from majorpbx/patch-5
Update N64.ino
2021-10-02 08:45:33 +02:00
sanni
954e71089a Merge pull request #263 from majorpbx/patch-4
RTC.cpp
2021-10-02 08:45:20 +02:00
sanni
acadd49299 Merge pull request #262 from majorpbx/patch-3
RTC.h
2021-10-02 08:45:11 +02:00
majorpbx
451daf1502 Update Cart_Reader.ino
Added support for SD Card Add-on to use RTC for Creation/Modification Date/Time stamps.
Added code to support RTC such as startup, automatically updating time based on date compiled, and allowing for any script to add a Date/Time stamp.
2021-10-02 01:29:37 -04:00
majorpbx
f1c6d29824 Update N64.ino
Added CRC 1 and 2 reading support for N64 ROMs.
Added RTC support for N64 ROM dumps.
2021-10-02 01:25:44 -04:00
majorpbx
63f54ffeb2 RTC.cpp
To complete RTC support for DS3231 only at this time.
2021-10-02 01:18:21 -04:00
majorpbx
c30047c5f6 RTC.h
To add support for RTC to all scripts for this project.
2021-10-02 01:16:58 -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