summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/isa/xsu_cards.h
blob: b6e474cd5fac4ddc4bd780f80b0555430119a82c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**********************************************************************

    ISA bus cards for ex-USSR PC clones

    license: MAME, GPL-2.0+
    copyright-holders: XXX

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

#pragma once

#ifndef __XSU_CARDS_H__
#define __XSU_CARDS_H__

#include "emu.h"

#include "cga.h"
// storage
#include "mc1502_fdc.h"
#include "p1_fdc.h"
#include "p1_hdc.h"

// misc
#include "mc1502_rom.h"
#include "p1_rom.h"

// non-native
#include "com.h"
#include "xtide.h"
#include "lpt.h"

// supported devices
SLOT_INTERFACE_EXTERN( p1_isa8_cards );
SLOT_INTERFACE_EXTERN( mc1502_isa8_cards );
SLOT_INTERFACE_EXTERN( ec184x_isa8_cards );
SLOT_INTERFACE_EXTERN( iskr103x_isa8_cards );

#endif // __XSU_CARDS_H__