summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/sr/sr_cards.cpp
blob: ce15e772492dd1ea885792e5db5a09469cbd7ec2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// license:BSD-3-Clause
// copyright-holders:Patrick Mackinlay

#include "emu.h"
#include "sr_cards.h"

// video
#include "gt.h"

// storage

// sound

// network

// communication ports

// other


SLOT_INTERFACE_START(sr_cards)
	SLOT_INTERFACE("mpcb963", MPCB963)
	SLOT_INTERFACE("mpcba79", MPCBA79)
	SLOT_INTERFACE("mpcb070", MPCB070)
	SLOT_INTERFACE("mpcb071", MPCB071)
	SLOT_INTERFACE("mpcb081", MPCB081)
SLOT_INTERFACE_END