mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Make internal floppy disk controller the default
This commit is contained in:
@@ -77,7 +77,7 @@ int lastbyte = 0;
|
||||
int floppymodified[4];
|
||||
int floppyrate[4];
|
||||
|
||||
int fdc_current[FDC_MAX] = { 0, 0 };
|
||||
int fdc_current[FDC_MAX] = { FDC_INTERNAL, 0 };
|
||||
|
||||
volatile int fdcinited = 0;
|
||||
|
||||
@@ -2882,4 +2882,4 @@ const device_t fdc_ps2_mca_device = {
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user