mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-28 12:29:59 +00:00
The actual fixed for ProRWTS
This commit is contained in:
parent
239761fcfd
commit
3dbf22c66c
1
Platform/Apple/tools/ProRWTS/.gitignore
vendored
Normal file
1
Platform/Apple/tools/ProRWTS/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.lst
|
@ -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
|
||||
|
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user