From 08cd83e4b09e18b1107d5f216c97eb9beb09e40e Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 28 Nov 2021 17:58:58 +0000 Subject: Adds blueMSX core --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90afbd6..b7852d6 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,13 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto # Unpolished or slow cores that build # EXTRA_CORES += fbalpha2012 # EXTRA_CORES += mame2003_plus -CORES = beetle-pce-fast fceumm gambatte gme gpsp mame2000 pcsx_rearmed picodrive quicknes smsplus-gx snes9x2002 snes9x2005 $(EXTRA_CORES) +CORES = beetle-pce-fast bluemsx fceumm gambatte gme gpsp mame2000 pcsx_rearmed picodrive quicknes smsplus-gx snes9x2002 snes9x2005 $(EXTRA_CORES) beetle-pce-fast_REPO = https://github.com/libretro/beetle-pce-fast-libretro beetle-pce-fast_CORE = mednafen_pce_fast_libretro.so +bluemsx_REPO = https://github.com/libretro/blueMSX-libretro + fbalpha2012_BUILD_PATH = fbalpha2012/svn-current/trunk fbalpha2012_MAKEFILE = makefile.libretro @@ -148,6 +150,11 @@ beetle-pce-fast_ROM_DIR = PCE beetle-pce-fast_TYPES = pce,cue,ccd,chd,toc,m3u beetle-pce-fast_PAK_NAME = TurboGrafx-16 +bluemsx_NAME = blueMSX +bluemsx_ROM_DIR = MSX +bluemsx_TYPES = rom,ri,mx1,mx2,dsk,col,sg,sc,cas,m3u +bluemsx_PAK_NAME = MSX + fbalpha2012_NAME = fba2012 fbalpha2012_ROM_DIR = ARCADE fbalpha2012_TYPES = zip -- cgit v1.2.3