Split off the Network configuration from Other peripherals in the Settings dialog and made PCap device configurable;
Overhauled the configuration files so that the global variables are now subdivided into sections; Fixed CD-ROM MODE SENSE page 0x2A which was being incorrectly reported as not implemented, fixes among other things Rayman 1 and Spellcross: The Last Battle (both now see the CD-ROM and play CD Audio fine).
This commit is contained in:
@@ -1006,9 +1006,7 @@ buslogic_dev_present(uint8_t id, uint8_t lun)
|
||||
|
||||
if (scsi_cdrom_drives[id][lun] >= CDROM_NUM) return(0);
|
||||
|
||||
if (cdrom_drives[scsi_cdrom_drives[id][lun]].enabled &&
|
||||
cdrom_drives[scsi_cdrom_drives[id][lun]].bus_type &&
|
||||
(cdrom_drives[scsi_cdrom_drives[id][lun]].bus_mode & 2)) return(1);
|
||||
if ((cdrom_drives[scsi_cdrom_drives[id][lun]].bus_type == 4)) return(1);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user