mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-27 05:21:53 +01:00
Update 5200.ino
Standardize all Atari codes
This commit is contained in:
parent
2bdba9c8bd
commit
a9bccaf8f7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user