Merge pull request #2617 from lemondrops/bugfix/ps2_availability

Remove the PS/2 mouse flag from the Gigabyte GA-586IP
This commit is contained in:
Miran Grča
2022-08-14 00:15:58 +02:00
committed by GitHub

View File

@@ -7389,7 +7389,7 @@ const machine_t machines[] = {
.min_multi = 1.5,
.max_multi = 1.5
},
.bus_flags = MACHINE_PS2_PCI,
.bus_flags = MACHINE_PCI,
.flags = MACHINE_IDE_DUAL,
.ram = {
.min = 2048,