diff options
Diffstat (limited to 'src/devices/bus/rc2014/edge.h')
-rw-r--r-- | src/devices/bus/rc2014/edge.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/devices/bus/rc2014/edge.h b/src/devices/bus/rc2014/edge.h new file mode 100644 index 00000000000..9369c0b783a --- /dev/null +++ b/src/devices/bus/rc2014/edge.h @@ -0,0 +1,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 |