Fixed silly bug in DELETE error handling.

This commit is contained in:
Bobbi Webber-Manners 2021-08-24 01:02:22 -04:00
parent d5ee3aaf02
commit e6ab679ebd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -147,7 +147,7 @@ DELFILE >>> ENTMAIN
JSR COPYFB ; Copy back to aux mem
JSR DESTROY
BCC :DELETED
LDA $00 ; 'Not found'
LDA #$00 ; 'Not found'
BRA :EXIT
:DELETED LDA GINFOPL+7 ; Storage type
CMP #$0D ; Directory