Skip to content

Commit

Permalink
SiS 5581 machines are not supposed to support AGP.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Feb 24, 2024
1 parent d93bd65 commit 1d2f893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/machine/machine_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -12349,7 +12349,7 @@ const machine_t machines[] = {
.min_multi = 1.5,
.max_multi = 3.0
},
.bus_flags = MACHINE_PS2_AGP,
.bus_flags = MACHINE_PS2_PCI,
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI | MACHINE_USB,
.ram = {
.min = 8192,
Expand Down Expand Up @@ -12389,7 +12389,7 @@ const machine_t machines[] = {
.min_multi = 1.5,
.max_multi = 3.0
},
.bus_flags = MACHINE_PS2_AGP,
.bus_flags = MACHINE_PS2_PCI,
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI | MACHINE_USB,
.ram = {
.min = 8192,
Expand Down

0 comments on commit 1d2f893

Please sign in to comment.