The A1G doesn't have VLB capabilities

Changed the 2CH IDE controller to the ISA variation as the A1G doesn't have any VLB capabilities at all.
This commit is contained in:
tiseno100
2020-06-20 15:45:23 +03:00
committed by GitHub
parent e7b2f29a9a
commit da873eab12

View File

@@ -148,7 +148,7 @@ machine_at_acera1g_init(const machine_t *model)
device_add(&ali1429_device);
device_add(&keyboard_ps2_acer_pci_device);
device_add(&fdc_at_device);
device_add(&ide_vlb_2ch_device);
device_add(&ide_isa_2ch_device);
return ret;
}