diff options
Diffstat (limited to 'src/devices/bus/rs232/nss_tvinterface.h')
-rw-r--r-- | src/devices/bus/rs232/nss_tvinterface.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/bus/rs232/nss_tvinterface.h b/src/devices/bus/rs232/nss_tvinterface.h new file mode 100644 index 00000000000..470bd693a5c --- /dev/null +++ b/src/devices/bus/rs232/nss_tvinterface.h @@ -0,0 +1,18 @@ +// license:BSD-3-Clause +// copyright-holders:hap +/******************************************************************************* + + Novag Super System Peripheral: TV Interface + +*******************************************************************************/ + +#ifndef MAME_BUS_RS232_NSS_TVINTERFACE_H +#define MAME_BUS_RS232_NSS_TVINTERFACE_H + +#pragma once + +#include "rs232.h" + +DECLARE_DEVICE_TYPE(NSS_TVINTERFACE, device_rs232_port_interface) + +#endif // MAME_BUS_RS232_NSS_TVINTERFACE_H |