-
-
Notifications
You must be signed in to change notification settings - Fork 332
/
support.h
54 lines (38 loc) · 1.05 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
// Minimig support
#include "support/minimig/minimig_config.h"
#include "support/minimig/minimig_boot.h"
#include "support/minimig/minimig_fdd.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"
// N64 support
#include "support/n64/n64.h"
#include "support/n64/n64_joy_emu.h"
// NeoGeo support
#include "support/neogeo/neogeo_loader.h"
#include "support/neogeo/neogeocd.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"
// Saturn support
#include "support/saturn/saturn.h"
// N64 support
#include "support/n64/n64.h"
#include "support/n64/n64_joy_emu.h"