diff options
Diffstat (limited to 'src/devices/bus/ss50/mps.h')
-rw-r--r-- | src/devices/bus/ss50/mps.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/bus/ss50/mps.h b/src/devices/bus/ss50/mps.h new file mode 100644 index 00000000000..29733f7eeda --- /dev/null +++ b/src/devices/bus/ss50/mps.h @@ -0,0 +1,14 @@ +// 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 + +extern const device_type SS50_MPS; + +#endif // MAME_DEVICE_BUS_SS50_MPS_H |