Update 5200.ino

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

View File

@ -679,7 +679,7 @@ char a5200mm[3]; // mapper
char a5200rr[3]; // romsize
char a5200ll[4]; // linelength (previous line)
unsigned long a5200csvpos; // CSV File Position
char a5200cartCSV[] = "5200cart.txt"; // CSV List
char a5200cartCSV[] = "5200.txt"; // CSV List
char a5200csvEND[] = "EOF"; // CSV End Marker for scrolling
bool readLine_5200(FsFile& f, char* line, size_t maxLen) {