// license:BSD-3-Clause // copyright-holders:R. Belmont /********************************************************************* ezcgi.h "E-Z Color Graphics Interface" by Steve Ciarcia from BYTE Magazine, August, 1982 https://archive.org/details/byte-magazine-1982-08-rescan *********************************************************************/ #ifndef MAME_BUS_A2BUS_EZCGI_H #define MAME_BUS_A2BUS_EZCGI_H #pragma once #include "a2bus.h" // device type definition DECLARE_DEVICE_TYPE(A2BUS_EZCGI, device_a2bus_card_interface) DECLARE_DEVICE_TYPE(A2BUS_EZCGI_9938, device_a2bus_card_interface) DECLARE_DEVICE_TYPE(A2BUS_EZCGI_9958, device_a2bus_card_interface) #endif // MAME_BUS_A2BUS_EZCGI_H