Fixed issue #107 - bug in CFILE

This commit is contained in:
Bobbi Webber-Manners 2021-09-29 16:21:59 -04:00
parent 9e6256100a
commit 3393d4847b
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -343,7 +343,8 @@ CFILE >>> ENTMAIN
JSR CLSFILE
LDA MOSFILE
JSR FINDBUF
BCS :S1
CPX #$FF ; Not found
BEQ :S1
LDA #$00
STA FILEREFS,X
:S1 JMP FINDEXIT