Removed onboard sound from three machines

Per richardg867
This commit is contained in:
MaxwellS04
2025-01-18 04:14:23 +07:00
parent ffe6af94cf
commit 9b7d5198d7
3 changed files with 6 additions and 15 deletions

View File

@@ -695,9 +695,6 @@ machine_at_gw2kma_init(const machine_t *model)
pci_register_slot(0x10, PCI_CARD_NORMAL, 4, 1, 2, 3);
pci_register_slot(0x07, PCI_CARD_SOUTHBRIDGE, 0, 0, 0, 4);
if ((sound_card_current[0] == SOUND_INTERNAL) && machine_get_snd_device(machine)->available())
machine_snd = device_add(machine_get_snd_device(machine));
device_add(&i430vx_device);
device_add(&piix3_device);
device_add(&fdc37c932fr_device);