Add ES1373 to machines that were missing it

This commit is contained in:
RichardG867
2024-06-10 19:36:47 -03:00
parent e9ef0e470d
commit ba4a1daf91
4 changed files with 25 additions and 18 deletions

View File

@@ -135,6 +135,11 @@ machine_at_gwlucas_init(const machine_t *model)
device_add(&sst_flash_39sf020_device);
spd_register(SPD_TYPE_SDRAM, 0x7, 512);
if (sound_card_current[0] == SOUND_INTERNAL) {
device_add(machine_get_snd_device(machine));
device_add(&cs4297_device);
}
return ret;
}