Fixed more CD-ROM bugs.

This commit is contained in:
OBattler
2018-03-17 23:01:06 +01:00
parent f2460dc534
commit d1c3170756
3 changed files with 14 additions and 16 deletions

View File

@@ -665,13 +665,13 @@ again2:
hdc_init(hdc_name);
cdrom_hard_reset();
zip_hard_reset();
ide_reset_hard();
scsi_card_init();
cdrom_hard_reset();
zip_hard_reset();
pc_full_speed();
shadowbios = 0;
@@ -817,15 +817,15 @@ pc_reset_hard_init(void)
/* Reset the video card. */
video_reset(gfxcard);
cdrom_hard_reset();
zip_hard_reset();
/* Reset the Hard Disk Controller module. */
hdc_reset();
/* Reset and reconfigure the SCSI layer. */
scsi_card_init();
cdrom_hard_reset();
zip_hard_reset();
/* Reset and reconfigure the Network Card layer. */
network_reset();