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