Wayne Warthen
2 months ago
No known key found for this signature in database
GPG Key ID: 8B34ED29C07EEB0A
1 changed files with
0 additions and
1 deletions
-
Source/HBIOS/romldr.asm
|
|
|
@ -1343,7 +1343,6 @@ findcon: |
|
|
|
ld c,a ; save command char in C |
|
|
|
findcon1: |
|
|
|
ld a,(ix+ra_conkey) ; get match char |
|
|
|
and ~$80 ; clear "hidden entry" bit |
|
|
|
cp c ; compare |
|
|
|
ret z ; if matched, return |
|
|
|
ld de,ra_entsiz ; table entry size |
|
|
|
|