Update version

This commit is contained in:
sanni 2023-11-20 12:19:32 +01:00
parent 4dc86f40b9
commit a06d9ee87b
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -41,7 +41,7 @@
/*==== VARIABLES ==================================================*/
// Firmware Version
char ver[5] = "12.9";
char ver[5] = "13.0";
// Clock speed
unsigned long clock = CS_16MHZ;