From bcd90a221d53805addbd9f8bf087317e08f047f2 Mon Sep 17 00:00:00 2001 From: Panagiotis <58827426+tiseno100@users.noreply.github.com> Date: Thu, 25 Mar 2021 11:17:48 +0200 Subject: [PATCH] Re-added the Super I/O back to the Hot 433A --- src/machine/m_at_386dx_486.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/machine/m_at_386dx_486.c b/src/machine/m_at_386dx_486.c index 4faaacfc5..bd41ed5c0 100644 --- a/src/machine/m_at_386dx_486.c +++ b/src/machine/m_at_386dx_486.c @@ -1098,6 +1098,7 @@ machine_at_hot433_init(const machine_t *model) device_add(&umc_hb4_device); device_add(&umc_8886af_device); + device_add(&um8669f_device); device_add(&intel_flash_bxt_device); device_add(&keyboard_at_ami_device);