mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fixing bus type
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user