mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-04-12 03:04:02 +00:00
46 lines
914 B
C
46 lines
914 B
C
// 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"
|
|
|
|
// Saturn support
|
|
#include "support/saturn/saturn.h"
|