From 4f8d1a9ede79537a02d72dfc179bf10df061657e Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 19 Dec 2021 20:22:11 -0500 Subject: [PATCH] Revert "AT UART to 16450" This reverts commit 8c4cd92490dec1956b4d894995bb14db7946011a. --- src/machine/m_at.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/machine/m_at.c b/src/machine/m_at.c index 61f6f4752..dc47b6207 100644 --- a/src/machine/m_at.c +++ b/src/machine/m_at.c @@ -47,7 +47,6 @@ #include <86box/dma.h> #include <86box/mem.h> #include <86box/device.h> -#include <86box/serial.h> #include <86box/fdd.h> #include <86box/fdc.h> #include <86box/fdc_ext.h> @@ -80,9 +79,6 @@ machine_at_common_init_ex(const machine_t *model, int type) else if (type == 0) device_add(&at_nvr_device); - device_add_inst(&ns16450_device, 1); - device_add_inst(&ns16450_device, 2); - standalone_gameport_type = &gameport_device; }