Removed the "PS/1 Model 2133" Super I/O chip as it has been identified as a National Semiconductors PC87332 on a different set of ports, the PS/1 Model 2133 now uses that.

This commit is contained in:
OBattler
2020-06-30 15:49:47 +02:00
parent 81d178e9f6
commit 33a0cf53c4
5 changed files with 19 additions and 155 deletions

View File

@@ -574,7 +574,7 @@ machine_ps1_m2133_init(const machine_t *model)
device_add(&fdc_at_device);
device_add(&ide_isa_device);
device_add(&vl82c480_device);
device_add(&ps1_m2133_sio);
device_add(&pc87332_ps1_device);
nmi_mask = 0x80;