diff options
Diffstat (limited to 'src/devices/bus/a2bus/ibsap2.h')
| -rw-r--r-- | src/devices/bus/a2bus/ibsap2.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/ibsap2.h b/src/devices/bus/a2bus/ibsap2.h new file mode 100644 index 00000000000..e09bbbc747f --- /dev/null +++ b/src/devices/bus/a2bus/ibsap2.h @@ -0,0 +1,19 @@ +// license:BSD-3-Clause +// copyright-holders:AJR +/********************************************************************* + + IBS Computertechnik AP 2 Serial Interface + +*********************************************************************/ + +#ifndef MAME_BUS_A2BUS_IBSAP2_H +#define MAME_BUS_A2BUS_IBSAP2_H + +#pragma once + +#include "a2bus.h" + +// device type declaration +DECLARE_DEVICE_TYPE(A2BUS_IBSAP2, device_a2bus_card_interface) + +#endif // MAME_BUS_A2BUS_IBSAP2_H |
