1
0
Fork 0

Removed scsi-3 commands

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@782
This commit is contained in:
Ulf Wohlers 2003-03-21 14:25:32 +00:00
parent a7104cb358
commit 02934f9676
2 changed files with 15 additions and 63 deletions

View file

@ -111,6 +111,7 @@ private:
HANDLE hEvent; // global event
DWORD (*pGetASPI32SupportInfo) (void); // ptrs to aspi funcs
DWORD (*pSendASPI32Command) (LPSRB);
TMSF oldLeadOut;
};
class CDROM_Interface_Ioctl : public CDROM_Interface