This commit is contained in:
OBattler
2025-12-19 22:05:09 +01:00
3 changed files with 28 additions and 4 deletions

View File

@@ -611,10 +611,9 @@ machine_at_ms6318_init(const machine_t *model)
hwm_values.temperatures[1] += 2; /* System offset */
hwm_values.temperatures[2] = 0; /* unused */
if (sound_card_current[0] == SOUND_INTERNAL) {
if (sound_card_current[0] == SOUND_INTERNAL)
device_add(machine_get_snd_device(machine));
device_add(&stac9708_device);
}
device_add(&vt1611a_device); /* for both VIA and CT5880 options */
return ret;
}