diff --git a/applecorn.po b/applecorn.po index f104b1f..16be88d 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.hostfs.s b/auxmem.hostfs.s index bba53b9..c05005f 100644 --- a/auxmem.hostfs.s +++ b/auxmem.hostfs.s @@ -742,13 +742,13 @@ RENAME LDY #$00 RENRET >>> ENTAUX * JSR CHKERROR - JSR CHKNOTFND -* CMP #$44 ; Path not found -* BEQ :NOTFND -* CMP #$45 ; Vol dir not found -* BEQ :NOTFND -* CMP #$46 ; File not found -* BEQ :NOTFND +*** JSR CHKNOTFND ;;; NOPE: THIS IS MAINMEM FUNC!!! + CMP #$44 ; Path not found + BEQ :NOTFND + CMP #$45 ; Vol dir not found + BEQ :NOTFND + CMP #$46 ; File not found + BEQ :NOTFND CMP #$47 ; Duplicate filename BEQ :EXISTS CMP #$4E ; Access error @@ -971,5 +971,3 @@ ERROR2E DW $C800 ASC 'Disk changed' ; $2E - Disk switched DB $00 - -