turn on drive on all paths

This commit is contained in:
Peter Ferrie 2021-02-08 21:43:53 -08:00
parent 8848bfdebe
commit 68e6fb322b
1 changed files with 4 additions and 0 deletions

View File

@ -906,6 +906,9 @@ unrblockhi = unrelocdsk + (* - reloc)
jsr readdirsel
readdir
!if allow_subdir = 1 {
jsr prepdrive
} ;allow_subdir = 1
!if might_exist = 1 {
lda dirbuf + FILE_COUNT ;assuming only 256 files per subdirectory
sta entries
@ -1195,6 +1198,7 @@ foundname iny
rdwrfile
!if allow_subdir = 1 {
jsr prepdrive
clc
} ;allow_subdir = 1
!if no_interrupts = 1 {