blob: 73cf175af8ee1e2f500a932599051f35ae5373dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// license:BSD-3-Clause
// copyright-holders:AJR
/**********************************************************************
SWTPC MP-C Serial Control Interface
**********************************************************************/
#ifndef MAME_BUS_SS50_MPC_H
#define MAME_BUS_SS50_MPC_H
#include "interface.h"
DECLARE_DEVICE_TYPE(SS50_MPC, ss50_card_interface)
#endif // MAME_BUS_SS50_MPC_H
|