IBM PS/1 Model 2121 FDC fix.

This commit is contained in:
OBattler
2024-04-18 03:50:48 +02:00
parent 75919a1cb9
commit fed171ff4d
3 changed files with 19 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ ps1_setup(int model)
if (gfxcard[0] == VID_INTERNAL)
device_add(&ibm_ps1_2121_device);
device_add(&fdc_at_ps1_device);
device_add(&fdc_at_ps1_2121_device);
device_add(&ide_isa_device);