blob: e381efcfa0a038839c836e0509ead097e2481669 (
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-S Serial Interface
**********************************************************************/
#ifndef MAME_DEVICE_BUS_SS50_MPS_H
#define MAME_DEVICE_BUS_SS50_MPS_H
#include "interface.h"
DECLARE_DEVICE_TYPE(SS50_MPS, ss50_card_interface)
#endif // MAME_DEVICE_BUS_SS50_MPS_H
|