Acer 100T: Do not add a separate internal FDC because one is already provided by the Super I/O chip, fixes #5250.

This commit is contained in:
OBattler
2025-03-18 03:32:47 +01:00
parent 1a6f84d455
commit 39f65003dc

View File

@@ -750,9 +750,6 @@ machine_at_acer100t_init(const machine_t *model)
machine_at_ps2_ide_init(model);
if (fdc_current[0] == FDC_INTERNAL)
device_add(&fdc_at_device);
device_add(&ali1409_device);
if (gfxcard[0] == VID_INTERNAL)
device_add(&oti077_acer100t_device);