From f4df7491b0ae16ed5c272b19ff36bce7a4ecc0f2 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 16 Feb 2025 14:45:12 +0100 Subject: [PATCH] The Commodore 386SX-16 now correctly has a PS/2 keyboard controller. --- src/machine/m_at_286_386sx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_286_386sx.c b/src/machine/m_at_286_386sx.c index cb2a04d07..362f035e0 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -628,7 +628,7 @@ machine_at_cmdsl386sx16_init(const machine_t *model) machine_at_common_ide_init(model); - device_add(&keyboard_at_device); + device_add(&keyboard_ps2_device); if (fdc_current[0] == FDC_INTERNAL) device_add(&fdc_at_device);