// license:BSD-3-Clause // copyright-holders:Brian Johnson /******************************************************************* * * NABU PC RS232 Controller * *******************************************************************/ #ifndef MAME_BUS_NABUPC_RS232_H #define MAME_BUS_NABUPC_RS232_H #pragma once #include "option.h" // device type definition DECLARE_DEVICE_TYPE_NS(NABUPC_OPTION_RS232, bus::nabupc, device_option_expansion_interface) #endif // MAME_BUS_NABUPC_RS232_H