mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Give the AP440FX the original ViRGE instead, fixes #4740.
This commit is contained in:
@@ -324,10 +324,10 @@ machine_at_ap440fx_init(const machine_t *model)
|
||||
device_add(&intel_flash_bxt_ami_device);
|
||||
|
||||
if (sound_card_current[0] == SOUND_INTERNAL)
|
||||
device_add(&cs4236b_device);
|
||||
device_add(machine_get_snd_device(machine));
|
||||
|
||||
if (gfxcard[0] == VID_INTERNAL)
|
||||
device_add(&s3_virge_375_onboard_pci_device);
|
||||
device_add(machine_get_vid_device(machine));
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -13758,7 +13758,7 @@ const machine_t machines[] = {
|
||||
.device = NULL,
|
||||
.fdc_device = NULL,
|
||||
.sio_device = NULL,
|
||||
.vid_device = &s3_virge_375_onboard_pci_device,
|
||||
.vid_device = &s3_virge_325_onboard_pci_device,
|
||||
.snd_device = &cs4236b_device,
|
||||
.net_device = NULL
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user