Merge pull request #4509 from josephillips85/master

Fixing bus type
This commit is contained in:
Jasmine Iwanek
2024-06-01 22:53:14 -04:00
committed by GitHub

View File

@@ -4190,7 +4190,7 @@ const machine_t machines[] = {
.max_multi = 0,
},
.bus_flags = MACHINE_PS2_PCI,
.bus_flags = MACHINE_PS2,
.flags = MACHINE_IDE | MACHINE_VIDEO , /* Machine has internal OTI 077 Video card*/
.ram = {
.min = 2048,