diff options
Diffstat (limited to 'src/devices/bus/isa/5080pa.h')
| -rw-r--r-- | src/devices/bus/isa/5080pa.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/devices/bus/isa/5080pa.h b/src/devices/bus/isa/5080pa.h new file mode 100644 index 00000000000..f885d502451 --- /dev/null +++ b/src/devices/bus/isa/5080pa.h @@ -0,0 +1,13 @@ +// license:BSD-3-Clause +// copyright-holders:Patrick Mackinlay + +#ifndef MAME_BUS_ISA_5080PA_H +#define MAME_BUS_ISA_5080PA_H + +#pragma once + +#include "isa.h" + +DECLARE_DEVICE_TYPE(ISA16_5080PA, device_isa16_card_interface) + +#endif // MAME_BUS_ISA_5080PA_H |
