The actual fixed for ProRWTS

This commit is contained in:
Martin Haye 2022-01-14 08:23:19 -08:00
parent 239761fcfd
commit 3dbf22c66c
4 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1 @@
*.lst

View File

@ -8,7 +8,7 @@ clean:
-rm $(PRORWTS) $(PROBOOT)
$(PRORWTS): prorwts2.s
acme -o $(PRORWTS) prorwts2.s
acme -r prorwts2.lst -o $(PRORWTS) prorwts2.s
$(PROBOOT): proboot.s
acme -o $(PROBOOT) proboot.s
acme -r proboot.lst -o $(PROBOOT) proboot.s

View File

@ -33,7 +33,7 @@ ver_02 = 1
allow_multi = 1 ;set to 1 to allow multiple floppies
allow_zerovol= 0 ;set to 1 to support volume 0 (=last used volume)
check_chksum = 1 ;set to 1 to enforce checksum verification for floppies
allow_subdir = 0 ;set to 1 to allow opening subdirectories to access files
allow_subdir = 1 ;set to 1 to allow opening subdirectories to access files
might_exist = 1 ;set to 1 if file is not known to always exist already
;makes use of status to indicate success or failure
many_files = 0 ;set to 1 to support more than 256 files in a directory
@ -2637,7 +2637,7 @@ hddnextent ldy #0
ldx hdddirbuf + NEXT_BLOCK_LO
lda hdddirbuf + NEXT_BLOCK_HI
jsr hddreaddirsec
jsr hddreaddirsel ; mhaye patch: this was hddreaddirsec, which didn't clear adrlo
lda #NAME_LENGTH
bne hddfirstent