diff options
author | sanni <[email protected]> | 2023-11-20 12:19:32 +0100 |
---|---|---|
committer | sanni <[email protected]> | 2023-11-20 12:19:32 +0100 |
commit | a06d9ee87b50ce9dba2d9b5d6c248c341a2be11c (patch) | |
tree | f5024a848899a6194fde957f0b549a669dfa7ddc | |
parent | 4dc86f40b93bf0a731d277f3e02e637703a05b8f (diff) | |
download | cartreader-a06d9ee87b50ce9dba2d9b5d6c248c341a2be11c.tar.gz cartreader-a06d9ee87b50ce9dba2d9b5d6c248c341a2be11c.zip |
Update version
-rw-r--r-- | Cart_Reader/Cart_Reader.ino | 6 | ||||
-rw-r--r-- | Cart_Reader/OSCR.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index c146368..ccf561f 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -4,8 +4,8 @@ This project represents a community-driven effort to provide
an easy to build and easy to modify cartridge dumper.
- Date: 2023-10-17
- Version: 12.9
+ Date: 2023-11-23
+ Version: 13.0
SD lib: https://github.com/greiman/SdFat
LCD lib: https://github.com/olikraus/u8g2
@@ -40,7 +40,7 @@ Uzlopak, sakman55, Tombo89, scrap-a, borti4938, vogelfreiheit, CaitSith2, Modman,
philenotfound, karimhadjsalem, nsx0r, ducky92, niklasweber, Lesserkuma, BacteriaMage,
vpelletier, Ancyker, mattiacci, RWeick, joshman196, partlyhuman, ButThouMust, hxlnt,
- breyell
+ breyell, qufb
And to nocash for figuring out the secrets of the SFC Nintendo Power cartridge.
diff --git a/Cart_Reader/OSCR.cpp b/Cart_Reader/OSCR.cpp index 40771e4..4cd7519 100644 --- a/Cart_Reader/OSCR.cpp +++ b/Cart_Reader/OSCR.cpp @@ -41,7 +41,7 @@ /*==== VARIABLES ==================================================*/
// Firmware Version
-char ver[5] = "12.9";
+char ver[5] = "13.0";
// Clock speed
unsigned long clock = CS_16MHZ;
|