From 231e640126edfad13b4ce674f3038222c3490e22 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 22 Jul 2023 18:39:46 +0200 Subject: [PATCH] Removed obsolete NCR 3302 8042 bug comment. --- src/machine/m_at_286_386sx.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/machine/m_at_286_386sx.c b/src/machine/m_at_286_386sx.c index e54b9be9e..fb87c9976 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -807,10 +807,6 @@ machine_at_pc8_init(const machine_t *model) return ret; } -/* - * Current bugs: - * - ctrl-alt-del produces an 8042 error - */ int machine_at_3302_init(const machine_t *model) {