// license:BSD-3-Clause // copyright-holders:R. Belmont /********************************************************************* a2sam.h Implementation of the S.A.M. "Software Automated Mouth" card *********************************************************************/ #ifndef MAME_BUS_A2BUS_A2SAM_H #define MAME_BUS_A2BUS_A2SAM_H #pragma once #include "a2bus.h" // device type declaration DECLARE_DEVICE_TYPE(A2BUS_SAM, device_a2bus_card_interface) #endif // MAME_BUS_A2BUS_A2SAM_H