chanded fcb-parsename to update si in stead of di
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@464
This commit is contained in:
parent
48750dfa8f
commit
25692864a9
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ static Bitu DOS_21Handler(void) {
|
|||
char string[1024];
|
||||
MEM_StrCopy(SegPhys(ds)+reg_si,string,1024);
|
||||
reg_al=FCB_Parsename(SegValue(es),reg_di,reg_al ,string, &difference);
|
||||
reg_di+=difference;
|
||||
reg_si+=difference;
|
||||
}
|
||||
LOG_DEBUG("DOS:29:FCB Parse Filename, result:al=%d",reg_al);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue