The QDI FMB no longer incorrectly supports PS/2 mice.
This commit is contained in:
@@ -288,7 +288,7 @@ machine_at_fmb_init(const machine_t *model)
|
|||||||
|
|
||||||
device_add(&i430fx_device);
|
device_add(&i430fx_device);
|
||||||
device_add(&piix_device);
|
device_add(&piix_device);
|
||||||
device_add(&keyboard_ps2_ami_pci_device);
|
device_add(&keyboard_at_ami_device);
|
||||||
device_add(&w83787f_device);
|
device_add(&w83787f_device);
|
||||||
device_add(&intel_flash_bxt_device);
|
device_add(&intel_flash_bxt_device);
|
||||||
|
|
||||||
|
|||||||
@@ -8263,7 +8263,7 @@ const machine_t machines[] = {
|
|||||||
.min_multi = 1.5,
|
.min_multi = 1.5,
|
||||||
.max_multi = 3.0
|
.max_multi = 3.0
|
||||||
},
|
},
|
||||||
.bus_flags = MACHINE_PS2_PCI,
|
.bus_flags = MACHINE_PCI,
|
||||||
.flags = MACHINE_IDE_DUAL,
|
.flags = MACHINE_IDE_DUAL,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 8192,
|
.min = 8192,
|
||||||
|
|||||||
Reference in New Issue
Block a user