@@ -47,7 +47,6 @@
|
|||||||
#include <86box/dma.h>
|
#include <86box/dma.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>
|
||||||
@@ -80,9 +79,6 @@ machine_at_common_init_ex(const machine_t *model, int type)
|
|||||||
else if (type == 0)
|
else if (type == 0)
|
||||||
device_add(&at_nvr_device);
|
device_add(&at_nvr_device);
|
||||||
|
|
||||||
device_add_inst(&ns16450_device, 1);
|
|
||||||
device_add_inst(&ns16450_device, 2);
|
|
||||||
|
|
||||||
standalone_gameport_type = &gameport_device;
|
standalone_gameport_type = &gameport_device;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user