Revert "Merge branch 'uart' of https://github.com/jriwanek-forks/86Box into uart"

This reverts commit 3eb3f0eb1e, reversing
changes made to 149666b54b.
This commit is contained in:
Jasmine Iwanek
2021-12-19 21:21:55 -05:00
parent 3eb3f0eb1e
commit b80de956b3

View File

@@ -8,7 +8,6 @@
#include <86box/pit.h> #include <86box/pit.h>
#include <86box/mem.h> #include <86box/mem.h>
#include <86box/device.h> #include <86box/device.h>
#include <86box/serial.h>
#include <86box/fdd.h> #include <86box/fdd.h>
#include <86box/fdc.h> #include <86box/fdc.h>
#include <86box/fdc_ext.h> #include <86box/fdc_ext.h>
@@ -31,10 +30,6 @@ machine_xt_common_init(const machine_t *model)
device_add(&fdc_xt_device); device_add(&fdc_xt_device);
nmi_init(); nmi_init();
device_add_inst(&i8250_device, 1);
device_add_inst(&i8250_device, 2);
standalone_gameport_type = &gameport_device; standalone_gameport_type = &gameport_device;
} }