Make internal floppy disk controller the default

This commit is contained in:
Cacodemon345
2026-01-14 01:17:10 +06:00
committed by GitHub
parent 6c3628bf91
commit 0f160acb68

View File

@@ -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
};
};