From b80de956b35e7598dd35ad7569bf68266a05685a Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 19 Dec 2021 21:21:55 -0500 Subject: [PATCH] Revert "Merge branch 'uart' of https://github.com/jriwanek-forks/86Box into uart" This reverts commit 3eb3f0eb1e7169bebdc50e97369f502514e27001, reversing changes made to 149666b54b3b2848a3d31e9fd64501fbafc36ce8. --- src/machine/m_xt.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/machine/m_xt.c b/src/machine/m_xt.c index bd0f8dac0..1e4e7bd39 100644 --- a/src/machine/m_xt.c +++ b/src/machine/m_xt.c @@ -8,7 +8,6 @@ #include <86box/pit.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> @@ -31,10 +30,6 @@ machine_xt_common_init(const machine_t *model) device_add(&fdc_xt_device); nmi_init(); - - device_add_inst(&i8250_device, 1); - device_add_inst(&i8250_device, 2); - standalone_gameport_type = &gameport_device; }