Reverted the LPT DAC and DSS changes.
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
#include "cpu.h"
|
||||
#include <86box/86box.h>
|
||||
#include <86box/filters.h>
|
||||
#include <86box/timer.h>
|
||||
#include <86box/lpt.h>
|
||||
#include <86box/machine.h>
|
||||
#include <86box/sound.h>
|
||||
#include <86box/timer.h>
|
||||
#include <86box/plat_unused.h>
|
||||
|
||||
typedef struct dss_t {
|
||||
@@ -134,16 +134,13 @@ dss_close(void *priv)
|
||||
}
|
||||
|
||||
const lpt_device_t dss_device = {
|
||||
.name = "Disney Sound Source",
|
||||
.internal_name = "dss",
|
||||
.init = dss_init,
|
||||
.close = dss_close,
|
||||
.write_data = dss_write_data,
|
||||
.autofeed = NULL,
|
||||
.strobe = NULL,
|
||||
.write_ctrl = dss_write_ctrl,
|
||||
.read_status = dss_read_status,
|
||||
.read_ctrl = NULL,
|
||||
.epp_write_data = NULL,
|
||||
.epp_request_read = NULL
|
||||
.name = "Disney Sound Source",
|
||||
.internal_name = "dss",
|
||||
.init = dss_init,
|
||||
.close = dss_close,
|
||||
.write_data = dss_write_data,
|
||||
.write_ctrl = dss_write_ctrl,
|
||||
.read_data = NULL,
|
||||
.read_status = dss_read_status,
|
||||
.read_ctrl = NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user