mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-06 02:30:15 +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
|
STA $C004 ; Write to main
|
||||||
>>> XF2AUX,AUXMOS1
|
>>> XF2AUX,AUXMOS1
|
||||||
|
|
||||||
:FDFILE STR 'FDRAW.FAST' ; Filename for FDraw lib
|
:FDFILE STR "FDRAW.FAST" ; Filename for FDraw lib
|
||||||
|
|
||||||
* Load image from file into memory
|
* Load image from file into memory
|
||||||
* On entry: OPENPL set up to point to file to load
|
* 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 "
|
:CANTOPEN ASC "Unable to open "
|
||||||
DB $00
|
DB $00
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user