diff --git a/applecorn.po b/applecorn.po index 4dfe3fc..90e981b 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/mainmem.s b/mainmem.s index 0c37c0a..7c2a619 100644 --- a/mainmem.s +++ b/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+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 - -