mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-21 22:29:25 +00:00
format F8 and unknown tagged file names
This commit is contained in:
parent
ae4f61cf28
commit
9e0651061c
@ -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.
Loading…
Reference in New Issue
Block a user