diff --git a/SOFTCARD80.ASM#040000 b/SOFTCARD80.ASM#040000 index 46324ed..9166f08 100644 --- a/SOFTCARD80.ASM#040000 +++ b/SOFTCARD80.ASM#040000 @@ -1624,13 +1624,13 @@ RDBS2 POP HL ; Reset DMA address as we found it RET ; Match FCBs -; Used by CHKDIRBLK +; Used by CHKDIRENT ; DE is the address of the FCB describing the file to look for ; Compare with FCB at DMAADDR already created by PATH2FCB ; Returns A=0 if entry matches, A=FFH if no match ; Trashes A,BC,DE,HL MATCHFCB INC DE ; Skip over drive byte in FCB - LD HL,(DMAADDR) ; Will write FCB using DMAADDR pointer + LD HL,(DMAADDR) ; Will read FCB at DMAADDR pointer INC HL ; Skip over drive byte in FCB LD C,0 ; Initialize character counter MFL1 LD A,(DE) ; Load byte of search pattern diff --git a/zapple2.po b/zapple2.po index 2948089..ddd2a35 100644 Binary files a/zapple2.po and b/zapple2.po differ