mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-03-25 21:33:50 +00:00
Removed duplicate call to GET_FILE_INFO.
This commit is contained in:
parent
1ffd751419
commit
51870e010c
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
12
mainmem.s
12
mainmem.s
@ -7,7 +7,6 @@
|
||||
|
||||
* 24-Aug-2021 AUXTYPE set from load address
|
||||
|
||||
|
||||
* ProDOS MLI command numbers
|
||||
QUITCMD EQU $65
|
||||
GTIMECMD EQU $82
|
||||
@ -683,15 +682,6 @@ SAVEFILE >>> ENTMAIN
|
||||
LDA #$00 ; Success!
|
||||
BCC :EXIT ; If close OK
|
||||
LDA #$02 ; Write error
|
||||
LDA #<MOSFILE
|
||||
STA GINFOPL+1
|
||||
LDA #>MOSFILE
|
||||
STA GINFOPL+2
|
||||
JSR MLI ; Call GET_FILE_INFO
|
||||
DB GINFOCMD
|
||||
DW GINFOPL
|
||||
BCS :EXIT
|
||||
LDA #$02 ; Write error
|
||||
:EXIT JSR UPDFB ; Update FILEBLK
|
||||
JSR COPYFB ; Copy FILEBLK to aux mem
|
||||
>>> XF2AUX,OSFILERET
|
||||
@ -953,5 +943,3 @@ FBATTR
|
||||
FBEND DW $0000 ; Attributes / End address for SAVE
|
||||
DW $0000
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user