1
0
Fork 0

fixed wrong audio cd selection (multiple cdroms)

set the GetMediaTrayStatus parameters to more common values.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@781
This commit is contained in:
Ulf Wohlers 2003-03-20 17:56:54 +00:00
parent a209676ec6
commit a7104cb358
2 changed files with 73 additions and 61 deletions

View file

@ -97,7 +97,8 @@ private:
void GetIOCTLAdapter (HANDLE hF,int * iDA,int * iDT,int * iDL);
bool ScanRegistryFindKey (HKEY& hKeyBase);
bool ScanRegistry (HKEY& hKeyBase);
BYTE GetHostAdapter (void);
BYTE GetHostAdapter (char* hardwareID);
bool GetVendor (BYTE HA_num, BYTE SCSI_Id, BYTE SCSI_Lun, char* szBuffer);
// ASPI stuff
BYTE haId;