aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/Cart_Reader.ino
diff options
context:
space:
mode:
authorsanni <[email protected]>2022-12-20 10:31:35 +0100
committersanni <[email protected]>2022-12-20 10:31:35 +0100
commitd977b14cf452eae97d87c3e80b8a1f56627f75be (patch)
tree2f6bd5512faf1e558f317e4b9f4530e210ebe9c8 /Cart_Reader/Cart_Reader.ino
parentf7cbdec9a29a67ca4f3b28a6dc41279f15f8f696 (diff)
downloadcartreader-d977b14cf452eae97d87c3e80b8a1f56627f75be.tar.gz
cartreader-d977b14cf452eae97d87c3e80b8a1f56627f75be.zip
Fix MD Zero Wing (E) (thx to jaffa225)
More info: https://github.com/sanni/cartreader/issues/664
Diffstat (limited to 'Cart_Reader/Cart_Reader.ino')
-rw-r--r--Cart_Reader/Cart_Reader.ino8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino
index 9471069..c694df6 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: 18.11.2022
- Version: 11.4
+ Date: 20.12.2022
+ Version: 11.5
SD lib: https://github.com/greiman/SdFat
LCD lib: https://github.com/olikraus/u8g2
@@ -15,7 +15,7 @@
RTC lib: https://github.com/adafruit/RTClib
Frequency lib: https://github.com/PaulStoffregen/FreqCount
- Compiled with Arduino IDE 2.0.2
+ Compiled with Arduino IDE 2.0.3
Thanks to:
MichlK - ROM Reader for Super Nintendo
@@ -57,7 +57,7 @@
**********************************************************************************/
-char ver[5] = "11.4";
+char ver[5] = "11.5";
//******************************************
// !!! CHOOSE HARDWARE VERSION !!!