summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/xsu_cards.h
blob: 1fc1d93571b7c30abf38d48571323b5e2d8b2cef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
/**********************************************************************

    ISA bus cards for ex-USSR PC clones

**********************************************************************/

#ifndef MAME_BUS_ISA_XSU_CARDS_H
#define MAME_BUS_ISA_XSU_CARDS_H

#pragma once


// supported devices
void p1_isa8_cards(device_slot_interface &device);
void mc1502_isa8_cards(device_slot_interface &device);
void ec184x_isa8_cards(device_slot_interface &device);
void iskr103x_isa8_cards(device_slot_interface &device);

#endif // MAME_BUS_ISA_XSU_CARDS_H