Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit df6bc48

Browse files
committed
Increase version number
1 parent 8880d16 commit df6bc48

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

Cart_Reader/Cart_Reader.ino

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
This project represents a community-driven effort to provide
55
an easy to build and easy to modify cartridge dumper.
66
7-
Date: 2024-09-13
8-
Version: 14.5
7+
Date: 2025-04-22
8+
Version: 14.6
99
1010
SD lib: https://github.com/greiman/SdFat
1111
LCD lib: https://github.com/olikraus/u8g2
@@ -15,8 +15,6 @@
1515
RTC lib: https://github.com/adafruit/RTClib
1616
Frequency lib: https://github.com/PaulStoffregen/FreqCount
1717
18-
Compiled with Arduino IDE 2.3.2
19-
2018
Thanks to:
2119
MichlK - ROM Reader for Super Nintendo
2220
Jeff Saltzman - 4-Way Button
@@ -37,14 +35,13 @@
3735
fceux - iNes header
3836
PsyK0p4T - Sufami Turbo module
3937
LuigiBlood - SNES Game Processor RAM Cassette module
38+
herzmx - CPS3 module
4039
4140
And a special Thank You to all coders and contributors on Github and the Arduino forum:
42-
jiyunomegami, splash5, Kreeblah, ramapcsx2, PsyK0p4T, Dakkaron, majorpbx, Pickle, sdhizumi,
43-
Uzlopak, sakman55, Tombo89, scrap-a, borti4938, vogelfreiheit, CaitSith2, Modman, Chomemel,
44-
philenotfound, karimhadjsalem, nsx0r, ducky92, niklasweber, Lesserkuma, BacteriaMage, qufb,
45-
vpelletier, Ancyker, mattiacci, RWeick, ButThouMust, partlyhuman, fakkuyuu, hxlnt, breyell,
46-
smesgr9000, joshman196, PsychoFox11, plaidpants, LuigiBlood, InvalidInterrupt, andy-miles,
47-
wfmarques
41+
Ancyker, Andy-miles, BacteriaMage, Borti4938, Breyell, ButThouMust, CaitSith2, Chomemel, Dakkaron, Ducky92, Fakkuyuu, Gemarcano,
42+
Hxlnt, InvalidInterrupt, Jiyunomegami, Joshman196, Karimhadjsalem, Kreeblah, Lesserkuma, LuigiBlood, Majorpbx, Mattiacci, Modman,
43+
Niklasweber, Nsx0r, Partlyhuman, Philenotfound, Pickle, Plaidpants, PsychoFox11, PsyK0p4T, Qufb, RWeick, Ramapcsx2, Sakman55,
44+
Scrap-a, Sdhizumi, Smesgr9000, Splash5, Tombo89, Uzlopak, Vogelfreiheit, Vpelletier, Wfmarques
4845
4946
And to nocash for figuring out the secrets of the SFC Nintendo Power cartridge.
5047

Cart_Reader/OSCR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* String Constants
5050
**/
5151
// Firmware Version
52-
constexpr char PROGMEM FSTRING_VERSION[] = "V14.5";
52+
constexpr char PROGMEM FSTRING_VERSION[] = "V14.6";
5353

5454
// Universal
5555
constexpr char PROGMEM FSTRING_RESET[] = "Reset";

0 commit comments

Comments
 (0)