From c2b9f0468836410153f8315bdefc01ecefd42561 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Tue, 7 Oct 2025 13:48:31 +0600 Subject: [PATCH] Provide AC97 codec for MSI MS-6147 (#6292) --- src/machine/m_at_slot1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_slot1.c b/src/machine/m_at_slot1.c index db014587e..734df82ee 100644 --- a/src/machine/m_at_slot1.c +++ b/src/machine/m_at_slot1.c @@ -893,7 +893,7 @@ machine_at_ms6147_init(const machine_t *model) if (sound_card_current[0] == SOUND_INTERNAL) { device_add(machine_get_snd_device(machine)); - device_add(&es1371_onboard_device); + device_add(&ct1297_device); } return ret;