fixed a bug (extended fcbs)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@192
This commit is contained in:
parent
fbc882c036
commit
0eb4d60d4c
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Bit8u DOS_FCB::Get_drive(void){
|
|||
return mem_readb(off+offsetof(sFCB,drive)+FCB_EXTENDED);
|
||||
}
|
||||
void DOS_FCB::Get_filename(char * a){
|
||||
MEM_BlockRead(off+offsetof(sFCB,filename),a,8);
|
||||
MEM_BlockRead(off+offsetof(sFCB,filename)+FCB_EXTENDED,a,8);
|
||||
}
|
||||
void DOS_FCB::Get_ext(char * a){
|
||||
MEM_BlockRead(off+offsetof(sFCB,ext)+FCB_EXTENDED,a,3);
|
||||
|
|
Loading…
Add table
Reference in a new issue