summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rc2014/edge.h
blob: 9369c0b783ab1e70aa976ac2458c8e29a7509733 (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
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/**********************************************************************

    RC2014 Modular Backplane Extensions

**********************************************************************/

#ifndef MAME_BUS_RC2014_EDGE_H
#define MAME_BUS_RC2014_EDGE_H

#pragma once

#include "bus/rc2014/rc2014.h"

DECLARE_DEVICE_TYPE(RC2014_SC106, device_rc2014_rc80_card_interface)
DECLARE_DEVICE_TYPE(RC2014_SC107, device_rc2014_rc80_card_interface)
DECLARE_DEVICE_TYPE(RC2014_SC113, device_rc2014_rc80_card_interface)

DECLARE_DEVICE_TYPE(RC2014_SC141, device_rc2014_card_interface)
DECLARE_DEVICE_TYPE(RC2014_SC147, device_rc2014_card_interface)

#endif // MAME_BUS_RC2014_EDGE_H