// license:BSD-3-Clause // copyright-holders:R. Belmont /********************************************************************* timemasterho.h Implemention of the Applied Engineering TimeMaster H.O. *********************************************************************/ #ifndef MAME_BUS_A2BUS_TIMEMASTERHO_H #define MAME_BUS_A2BUS_TIMEMASTERHO_H #pragma once #include "a2bus.h" // device type declaration DECLARE_DEVICE_TYPE(A2BUS_TIMEMASTERHO, device_a2bus_card_interface) #endif // MAME_BUS_A2BUS_TIMEMASTERHO_H