New IOCTL Call.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@418
This commit is contained in:
parent
8dd0a0f8cc
commit
f5103f9c94
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ bool DOS_GetFreeDiskSpace(Bit8u drive,Bit16u * bytes,Bit16u * sectors,Bit16u * c
|
|||
bool DOS_GetFileAttr(char * name,Bit16u * attr);
|
||||
|
||||
/* IOCTL Stuff */
|
||||
bool DOS_IOCTL(Bit8u call,Bit16u entry);
|
||||
bool DOS_IOCTL(void);
|
||||
bool DOS_GetSTDINStatus();
|
||||
Bit8u DOS_FindDevice(char * name);
|
||||
void DOS_SetupDevices(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue