diff options
Diffstat (limited to 'src/devices/bus/heathzenith/h8/ha_8_8.h')
| -rw-r--r-- | src/devices/bus/heathzenith/h8/ha_8_8.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/devices/bus/heathzenith/h8/ha_8_8.h b/src/devices/bus/heathzenith/h8/ha_8_8.h new file mode 100644 index 00000000000..3ad4f0a02ac --- /dev/null +++ b/src/devices/bus/heathzenith/h8/ha_8_8.h @@ -0,0 +1,12 @@ +// license:BSD-3-Clause +// copyright-holders:Mark Garlanger +#ifndef MAME_BUS_HEATHZENITH_H8_HA_8_8_H +#define MAME_BUS_HEATHZENITH_H8_HA_8_8_H + +#pragma once + +#include "h8bus.h" + +DECLARE_DEVICE_TYPE(H8BUS_HA_8_8, device_h8bus_card_interface) + +#endif // MAME_BUS_HEATHZENITH_H8_HA_8_8_H |
