summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_midi.h
blob: 77b0756ff2095a8576dcd273fc07d2cb452415dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// license:BSD-3-Clause
// copyright-holders:tim lindner
#ifndef MAME_BUS_COCO_COCO_MIDI_H
#define MAME_BUS_COCO_COCO_MIDI_H

#pragma once

#include "cococart.h"

// device type definition
DECLARE_DEVICE_TYPE(COCO_MIDI, device_cococart_interface)
DECLARE_DEVICE_TYPE(DRAGON_MIDI, device_cococart_interface)

#endif // MAME_BUS_COCO_COCO_MIDI_H