mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
16 lines
422 B
C
16 lines
422 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:68bit
|
|
/**********************************************************************
|
|
|
|
SWTPC MP-S2 Dual Serial Interface
|
|
|
|
**********************************************************************/
|
|
#ifndef MAME_DEVICE_BUS_SS50_MPS2_H
|
|
#define MAME_DEVICE_BUS_SS50_MPS2H
|
|
|
|
#include "interface.h"
|
|
|
|
DECLARE_DEVICE_TYPE(SS50_MPS2, ss50_card_interface)
|
|
|
|
#endif // MAME_DEVICE_BUS_SS50_MPS2_H
|