forked from MiSTer-devel/Main_MiSTer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.h
42 lines (30 loc) · 859 Bytes
/
support.h
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
39
40
41
42
// Minimig support
#include "support/minimig/minimig_config.h"
#include "support/minimig/minimig_boot.h"
#include "support/minimig/minimig_fdd.h"
#include "support/minimig/minimig_hdd.h"
#include "support/minimig/minimig_share.h"
// SharpMz support
#include "support/sharpmz/sharpmz.h"
// Archie support
#include "support/archie/archie.h"
// ST (Atari) support
#include "support/st/st_tos.h"
// X86 support
#include "support/x86/x86.h"
// SNES support
#include "support/snes/snes.h"
// NeoGeo support
#include "support/neogeo/neogeo_loader.h"
// Arcade support
#include "support/arcade/mra_loader.h"
// MEGACD support
#include "support/megacd/megacd.h"
// C64 support
#include "support/c64/c64.h"
// PCECD support
#include "support/pcecd/pcecd.h"
// PSX support
#include "support/psx/psx.h"
// UEF support
#include "support/uef/uef_reader.h"