mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-28 14:01:52 +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 a5200rr[3]; // romsize
|
||||||
char a5200ll[4]; // linelength (previous line)
|
char a5200ll[4]; // linelength (previous line)
|
||||||
unsigned long a5200csvpos; // CSV File Position
|
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
|
char a5200csvEND[] = "EOF"; // CSV End Marker for scrolling
|
||||||
|
|
||||||
bool readLine_5200(FsFile& f, char* line, size_t maxLen) {
|
bool readLine_5200(FsFile& f, char* line, size_t maxLen) {
|
||||||
|
Loading…
Reference in New Issue
Block a user