FDC workaround

The Internal FDC is added when needed for AT machines too.
Some speculative "work" on the main FDC code
This commit is contained in:
Panagiotis
2021-02-07 17:27:14 +02:00
committed by GitHub
parent fbfde99b4a
commit a0a7ee67cc
12 changed files with 108 additions and 6 deletions

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,
0,
FDC_FLAG_AT,
fdc_init,
fdc_close,
fdc_reset,