blob: 8f5ecd59e4699392ae33cf8e71f47e23fefe0ae5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol, Miodrag Milanovic
#ifndef MAME_BUS_ISA_MDA_H
#define MAME_BUS_ISA_MDA_H
#pragma once
#include "isa.h"
DECLARE_DEVICE_TYPE(ISA8_MDA, device_isa8_card_interface)
DECLARE_DEVICE_TYPE(ISA8_HERCULES, device_isa8_card_interface)
DECLARE_DEVICE_TYPE(ISA8_EC1840_0002, device_isa8_card_interface)
#endif // MAME_BUS_ISA_MDA_H
|