Commit Graph

1042 Commits

Author SHA1 Message Date
sanni
7d49814fee Update Cart_Reader.ino 2021-11-17 21:33:50 +01:00
sanni
dfec64917d V7.2: LCD bugfix #2 2021-11-17 21:31:18 +01:00
sanni
21736a241a V7.2: LCD bugfix 2021-11-17 20:13:24 +01:00
sanni
2d165f93a4 Update Cart_Reader.ino 2021-11-15 21:18:51 +01:00
sanni
eb09dd4d0b Update README.md 2021-11-15 21:12:20 +01:00
sanni
c1fdb8d04b Update README.md 2021-11-15 19:55:58 +01:00
sanni
ee1dcd239c Update README.md 2021-11-15 19:35:04 +01:00
sanni
1d26c853e0 Update README.md 2021-11-15 19:34:02 +01:00
sanni
3d537388b4 Update README.md 2021-11-15 19:19:39 +01:00
sanni
534a25b25e Update README.md 2021-11-15 13:58:53 +01:00
sanni
1fdcf33e33 HW4 2021-11-15 13:56:57 +01:00
sanni
aa0d9e496b Prepare for new hardware version 2021-11-15 12:34:18 +01:00
sanni
3779833004 Update options.h 2021-11-13 12:06:42 +01:00
sanni
97afd0a917 Delete cartreader_schematics.png 2021-11-08 23:08:32 +01:00
sanni
f3c1f6b436 Merge pull request #285 from Tombo89/master
adding more structured schematic
2021-11-08 23:07:55 +01:00
Tombo89
c4810714ac adding more structured schematic 2021-11-07 20:26:05 +01:00
sanni
d7473dd2a3 Merge pull request #282 from CaitSith2/master
Add Clock generator calibration option
2021-10-28 23:34:04 +02:00
CaitSith2
bbe6e3cceb Add Clock generator calibration option 2021-10-28 14:26:10 -07:00
sanni
3f4d8e9728 V7.1 2021-10-27 21:28:41 +02:00
sanni
aa3ea8fa8c Add second page to main menu for LCD 2021-10-27 20:59:57 +02:00
sanni
c42bd6e67f Update README.md 2021-10-26 22:27:51 +02:00
sanni
8cb11822d1 Reduce LCD contrast and LED brightness 2021-10-26 22:19:10 +02:00
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