Reverted the XT FDC with no flags

Turns out it was working as intended
This commit is contained in:
Panagiotis
2021-02-07 19:18:15 +02:00
committed by GitHub
parent a0a7ee67cc
commit 259db0979e

View File

@@ -2326,7 +2326,7 @@ fdc_3f1_enable(fdc_t *fdc, int enable)
const device_t fdc_xt_device = {
"PC/XT Floppy Drive Controller",
0,
FDC_FLAG_AT,
0,
fdc_init,
fdc_close,
fdc_reset,