mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-29 10:30:59 +00:00
Fix ASCII high bit for FDraw lib filename.
This commit is contained in:
parent
2afc3bff3b
commit
58daf0d7ec
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user