Skip to content

Commit

Permalink
PC330: Correct the on-board graphics card to VLB, fixes 86Box#4302.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Mar 25, 2024
1 parent fb53ed4 commit 31dee95
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 @@ -7299,7 +7299,7 @@ const machine_t machines[] = {
.device = NULL,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = &gd5430_onboard_pci_device,
.vid_device = &gd5430_onboard_vlb_device,
.snd_device = NULL,
.net_device = NULL
},
Expand Down Expand Up @@ -7339,7 +7339,7 @@ const machine_t machines[] = {
.device = NULL,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = &gd5430_onboard_pci_device,
.vid_device = &gd5430_onboard_vlb_device,
.snd_device = NULL,
.net_device = NULL
},
Expand Down

0 comments on commit 31dee95

Please sign in to comment.