Removed the fdc_at_device adding from the PS/1 Model 2133, as the FDC is now correctly added by the Super I/O chip.

This commit is contained in:
OBattler
2020-06-30 15:52:47 +02:00
parent 33a0cf53c4
commit 602cadf863

View File

@@ -571,7 +571,6 @@ machine_ps1_m2133_init(const machine_t *model)
return ret;
ps1_common_init(model);
device_add(&fdc_at_device);
device_add(&ide_isa_device);
device_add(&vl82c480_device);
device_add(&pc87332_ps1_device);