Fixed the fix 2.

This commit is contained in:
TC1995
2020-06-16 16:41:35 +02:00
parent 118192e598
commit aeae97fafc
4 changed files with 5 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
#include <86box/hdc_ide.h>
#include <86box/fdd.h>
#include <86box/fdc.h>
#include <86box/fdc_ext.h>
#include <86box/gameport.h>
#include <86box/machine.h>
#include <86box/mouse.h>

View File

@@ -35,7 +35,7 @@
#include <86box/ui.h>
#include <86box/fdd.h>
#include <86box/fdc.h>
#include <86box/fdc_pii15xb.h>
#include <86box/fdc_ext.h>
extern uint64_t motoron[FDD_NUM];

View File

@@ -769,6 +769,8 @@ pc_reset_hard_init(void)
*/
mouse_reset();
fdc_ext_reset();
/* Reset the Hard Disk Controller module. */
hdc_reset();
/* Reset and reconfigure the SCSI layer. */

View File

@@ -52,6 +52,7 @@
#include <86box/hdc_ide.h>
#include <86box/zip.h>
#include <86box/fdc.h>
#include <86box/fdc_ext.h>
#include <86box/fdd.h>
#include <86box/network.h>
#include <86box/sound.h>