summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/esqkt.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-02-23 11:13:03 +0000
committer smf- <smf-@users.noreply.github.com>2014-02-23 11:13:03 +0000
commit9e7571126a01796c0eba6cece402701423596c63 (patch)
tree9b8daccd0bd59a9f21ea508769a4f0bbfe2b6d13 /src/mess/drivers/esqkt.c
parentc828d348912366529c047836a1764c315d2d64c5 (diff)
Remove local lists of midi devices as they are currently all the same [smf]
Diffstat (limited to 'src/mess/drivers/esqkt.c')
-rw-r--r--src/mess/drivers/esqkt.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mess/drivers/esqkt.c b/src/mess/drivers/esqkt.c
index f4bfded1e4c..4b188b33332 100644
--- a/src/mess/drivers/esqkt.c
+++ b/src/mess/drivers/esqkt.c
@@ -22,8 +22,6 @@
***************************************************************************/
#include "bus/midi/midi.h"
-#include "bus/midi/midiinport.h"
-#include "bus/midi/midioutport.h"
#include "cpu/m68000/m68000.h"
#include "cpu/es5510/es5510.h"
#include "sound/es5506.h"
@@ -215,14 +213,6 @@ static const esqpanel_interface esqpanel_config =
DEVCB_DEVICE_LINE_MEMBER("duart", duartn68681_device, rx_b_w)
};
-static SLOT_INTERFACE_START(midiin_slot)
- SLOT_INTERFACE("midiin", MIDIIN_PORT)
-SLOT_INTERFACE_END
-
-static SLOT_INTERFACE_START(midiout_slot)
- SLOT_INTERFACE("midiout", MIDIOUT_PORT)
-SLOT_INTERFACE_END
-
static MACHINE_CONFIG_START( kt, esqkt_state )
MCFG_CPU_ADD("maincpu", M68EC020, XTAL_16MHz)
MCFG_CPU_PROGRAM_MAP(kt_map)