mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
3da22b39b2
commit
86340db9a9
@ -2,8 +2,8 @@
|
|||||||
Cartridge Reader for Arduino Mega2560
|
Cartridge Reader for Arduino Mega2560
|
||||||
|
|
||||||
Author: sanni
|
Author: sanni
|
||||||
Date: 25-08-2019
|
Date: 27-08-2019
|
||||||
Version: 3.2
|
Version: 3.3
|
||||||
|
|
||||||
SD lib: https://github.com/greiman/SdFat
|
SD lib: https://github.com/greiman/SdFat
|
||||||
LCD lib: https://github.com/adafruit/Adafruit_SSD1306
|
LCD lib: https://github.com/adafruit/Adafruit_SSD1306
|
||||||
@ -35,9 +35,10 @@
|
|||||||
infinest - GB Memory Binary Maker
|
infinest - GB Memory Binary Maker
|
||||||
moldov - SF Memory Binary Maker
|
moldov - SF Memory Binary Maker
|
||||||
vogelfreiheit - N64 flashram fix
|
vogelfreiheit - N64 flashram fix
|
||||||
|
rama - Snes speedup
|
||||||
|
|
||||||
**********************************************************************************/
|
**********************************************************************************/
|
||||||
char ver[5] = "3.2";
|
char ver[5] = "3.3";
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
Define Starting Point
|
Define Starting Point
|
||||||
|
Loading…
Reference in New Issue
Block a user