Removed redundant CD-ROM Disabled option.

This commit is contained in:
SarahW 2018-02-10 12:48:07 +00:00
commit cdf42681af
7 changed files with 1347 additions and 1450 deletions

View file

@ -271,7 +271,7 @@ void resetide(void)
{
ide_drives[d].drive = d;
if ((cdrom_channel == d) && cdrom_enabled)
if (cdrom_channel == d)
{
ide_drives[d].type = IDE_CDROM;
scsi_bus_atapi_init(&ide_drives[d].atapi.bus, &scsi_cd, d);