Fix ASCII high bit for FDraw lib filename.

This commit is contained in:
Bobbi Webber-Manners 2021-09-22 18:55:41 -04:00
parent 2afc3bff3b
commit 58daf0d7ec
2 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@ -68,7 +68,7 @@ START JSR CROUT
STA $C004 ; Write to main
>>> XF2AUX,AUXMOS1
:FDFILE STR 'FDRAW.FAST' ; Filename for FDraw lib
:FDFILE STR "FDRAW.FAST" ; Filename for FDraw lib
* Load image from file into memory
* On entry: OPENPL set up to point to file to load
@ -148,7 +148,3 @@ LOADCODE PHP ; Save carry flag
:CANTOPEN ASC "Unable to open "
DB $00