Replace MACHINE_PCI with MACHINE_PS2_PCI for pl4600c machine_table.c

this will be solved the ps2 mouse  not appear on the setting
This commit is contained in:
flama12333
2025-03-25 21:42:01 -05:00
committed by GitHub
parent fba4843cb0
commit 3380783876

View File

@@ -8902,7 +8902,7 @@ const machine_t machines[] = {
.min_multi = 0,
.max_multi = 0
},
.bus_flags = MACHINE_PCI,
.bus_flags = MACHINE_PS2_PCI,
.flags = MACHINE_IDE_DUAL | MACHINE_VIDEO | MACHINE_SOUND | MACHINE_APM,
.ram = {
.min = 1024,