Fixed the CD-ROM warning per waltje's request.

This commit is contained in:
OBattler
2017-11-03 01:34:02 +01:00
parent e03a346cfc
commit afb96a79da

View File

@@ -3192,8 +3192,6 @@ int cdrom_write_to_ide_dma(uint8_t channel)
if (id > CDROM_NUM) {
cdrom_log("CD-ROM %i: Drive not found\n", id);
cdrom_data_phase_error(id);
cdrom_phase_callback(id);
return 0;
}