allow close to be called even if nothing open

This commit is contained in:
Peter Ferrie 2018-11-11 17:55:11 -08:00
parent 90736b1735
commit d49cc0393c

View File

@ -437,6 +437,8 @@ ProDOS_enter
rts
@imp_close
lda @handles+1
beq @close_ret
dec @handles+1
bne @close_ret
lda #>hddencbuf