Fix *INFO nonexistent (ticket #85)

This commit is contained in:
Bobbi Webber-Manners 2021-09-17 18:37:25 -04:00
parent 80c4a99032
commit a9da7ba16b
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -881,6 +881,7 @@ INFO JSR PREPATH ; Preprocess pathname
JSR EXISTS ; Check matches something
CMP #$00
BNE INFOFIRST
JSR CLSDIR
LDA #$46 ; Not found (TO DO: err code?)
BRA CATEXIT