Revert "AT UART to 16450"

This reverts commit 8c4cd92490.
This commit is contained in:
Jasmine Iwanek
2021-12-19 20:22:11 -05:00
parent 8c4cd92490
commit 4f8d1a9ede

View File

@@ -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;
}