DOS_AllocationInfo call added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@374
This commit is contained in:
parent
a9c9b35efe
commit
6dbe7ee6d2
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ bool DOS_FCBDeleteFile(Bit16u seg,Bit16u offset);
|
|||
bool DOS_FCBRenameFile(Bit16u seg, Bit16u offset);
|
||||
void DOS_FCBSetRandomRecord(Bit16u seg, Bit16u offset);
|
||||
Bit8u FCB_Parsename(Bit16u seg,Bit16u offset,Bit8u parser ,char *string, Bit8u *change);
|
||||
bool DOS_GetAllocationInfo(Bit8u drive,Bit16u * _bytes_sector,Bit16u * _sectors_cluster,Bit16u * _total_clusters);
|
||||
|
||||
/* Extra DOS Interrupts */
|
||||
void DOS_SetupMisc(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue