Fixed the fix 2.
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
#include <86box/hdc_ide.h>
|
#include <86box/hdc_ide.h>
|
||||||
#include <86box/fdd.h>
|
#include <86box/fdd.h>
|
||||||
#include <86box/fdc.h>
|
#include <86box/fdc.h>
|
||||||
|
#include <86box/fdc_ext.h>
|
||||||
#include <86box/gameport.h>
|
#include <86box/gameport.h>
|
||||||
#include <86box/machine.h>
|
#include <86box/machine.h>
|
||||||
#include <86box/mouse.h>
|
#include <86box/mouse.h>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
#include <86box/ui.h>
|
#include <86box/ui.h>
|
||||||
#include <86box/fdd.h>
|
#include <86box/fdd.h>
|
||||||
#include <86box/fdc.h>
|
#include <86box/fdc.h>
|
||||||
#include <86box/fdc_pii15xb.h>
|
#include <86box/fdc_ext.h>
|
||||||
|
|
||||||
|
|
||||||
extern uint64_t motoron[FDD_NUM];
|
extern uint64_t motoron[FDD_NUM];
|
||||||
|
|||||||
2
src/pc.c
2
src/pc.c
@@ -769,6 +769,8 @@ pc_reset_hard_init(void)
|
|||||||
*/
|
*/
|
||||||
mouse_reset();
|
mouse_reset();
|
||||||
|
|
||||||
|
fdc_ext_reset();
|
||||||
|
|
||||||
/* Reset the Hard Disk Controller module. */
|
/* Reset the Hard Disk Controller module. */
|
||||||
hdc_reset();
|
hdc_reset();
|
||||||
/* Reset and reconfigure the SCSI layer. */
|
/* Reset and reconfigure the SCSI layer. */
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
#include <86box/hdc_ide.h>
|
#include <86box/hdc_ide.h>
|
||||||
#include <86box/zip.h>
|
#include <86box/zip.h>
|
||||||
#include <86box/fdc.h>
|
#include <86box/fdc.h>
|
||||||
|
#include <86box/fdc_ext.h>
|
||||||
#include <86box/fdd.h>
|
#include <86box/fdd.h>
|
||||||
#include <86box/network.h>
|
#include <86box/network.h>
|
||||||
#include <86box/sound.h>
|
#include <86box/sound.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user