mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-30 00:14:15 +01:00
Update 7800.ino
Standardize all Atari codes
This commit is contained in:
parent
c06f1c4e95
commit
2bdba9c8bd
@ -771,7 +771,7 @@ char a7800mm[3]; // mapper
|
|||||||
char a7800rr[3]; // mapper
|
char a7800rr[3]; // mapper
|
||||||
char a7800ll[4]; // linelength (previous line)
|
char a7800ll[4]; // linelength (previous line)
|
||||||
unsigned long a7800csvpos; // CSV File Position
|
unsigned long a7800csvpos; // CSV File Position
|
||||||
char a7800cartCSV[] = "7800cart.txt"; // CSV List
|
char a7800cartCSV[] = "7800.txt"; // CSV List
|
||||||
char a7800csvEND[] = "EOF"; // CSV End Marker for scrolling
|
char a7800csvEND[] = "EOF"; // CSV End Marker for scrolling
|
||||||
|
|
||||||
bool readLine_7800(FsFile& f, char* line, size_t maxLen) {
|
bool readLine_7800(FsFile& f, char* line, size_t maxLen) {
|
||||||
|
Loading…
Reference in New Issue
Block a user