Update 7800.ino

Standardize all Atari codes
This commit is contained in:
PsyK0p4T 2023-12-26 23:09:38 +01:00 committed by GitHub
parent c06f1c4e95
commit 2bdba9c8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -771,7 +771,7 @@ char a7800mm[3]; // mapper
char a7800rr[3]; // mapper
char a7800ll[4]; // linelength (previous line)
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
bool readLine_7800(FsFile& f, char* line, size_t maxLen) {