mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-08-05 15:25:12 +00:00
format F8 and unknown tagged file names
This commit is contained in:
@@ -418,8 +418,15 @@ void send_directory_entry(byte command) {
|
||||
strcpy(type,"BAS ");
|
||||
strcpy(address,x+2);
|
||||
}
|
||||
else if(x[0]=='F' && x[1]=='8') {
|
||||
strcpy(type,"ASB ");
|
||||
strcpy(address,x+2);
|
||||
}
|
||||
else {
|
||||
strcpy(type,"??? ");
|
||||
type[0] = '#';
|
||||
type[1] = x[0];
|
||||
type[2] = x[1];
|
||||
strcpy(address,x+2);
|
||||
}
|
||||
}
|
||||
|
||||
|
BIN
demos/test_066_3003.rar
Normal file
BIN
demos/test_066_3003.rar
Normal file
Binary file not shown.
Reference in New Issue
Block a user