Give the AP440FX the original ViRGE instead, fixes #4740.

This commit is contained in:
OBattler
2024-08-22 04:59:51 +02:00
parent cf3870e354
commit f9e457f3e8
4 changed files with 21 additions and 6 deletions

View File

@@ -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;
}