From 6590689c00011a2a24aa49fbdde5ac9b7f0dfcd5 Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Mon, 11 Sep 2017 17:03:54 +0200 Subject: [PATCH 1/2] Add rules for np2kai, fix case. --- build-config.sh | 1 + dist/info/NP2kai_libretro.info | 2 +- rules.d/core-rules.sh | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/build-config.sh b/build-config.sh index 7290178a..89bab447 100644 --- a/build-config.sh +++ b/build-config.sh @@ -161,6 +161,7 @@ include_core_81 # --- NEC PC-98 emulator cores --- include_core_nekop2 +include_core_np2kai # --- Sharp X-68000 emulator cores --- include_core_px68k diff --git a/dist/info/NP2kai_libretro.info b/dist/info/NP2kai_libretro.info index 721e34b4..1cc026e1 100644 --- a/dist/info/NP2kai_libretro.info +++ b/dist/info/NP2kai_libretro.info @@ -6,7 +6,7 @@ manufacturer = "NEC" categories = "Emulator" systemname = "PC-98" database = "PC-98" -license = "" +license = "MIT" permissions = "" display_version = "0.86" supports_no_game = "false" diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 779f559c..4ad58162 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -822,6 +822,14 @@ libretro_nekop2_git_url="https://github.com/libretro/libretro-meowPC98.git" libretro_nekop2_build_subdir="libretro" libretro_nekop2_build_makefile="Makefile.libretro" +include_core_np2kai() { + register_module core "np2kai" -theos_ios -ngc -ps3 -psp1 -qnx -wii +} +libretro_np2kai_name="Neko Project II" +libretro_np2kai_git_url="https://github.com/AZO234/NP2kai.git" +libretro_np2kai_build_subdir="sdl2" +libretro_np2kai_build_makefile="Makefile.libretro" + include_core_px68k() { register_module core "px68k" -theos_ios -ngc -ps3 -psp1 -qnx -wii } From 802afdbda306de9d19c1347f19f8495a0392606d Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Mon, 11 Sep 2017 17:07:15 +0200 Subject: [PATCH 2/2] fix --- dist/info/{NP2kai_libretro.info => np2kai_libretro.info} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dist/info/{NP2kai_libretro.info => np2kai_libretro.info} (98%) diff --git a/dist/info/NP2kai_libretro.info b/dist/info/np2kai_libretro.info similarity index 98% rename from dist/info/NP2kai_libretro.info rename to dist/info/np2kai_libretro.info index 1cc026e1..e6d48404 100644 --- a/dist/info/NP2kai_libretro.info +++ b/dist/info/np2kai_libretro.info @@ -26,4 +26,4 @@ firmware3_opt = "true" firmware4_desc = "sound.rom" firmware4_path = "np2/sound.rom" firmware4_opt = "true" -notes = " YM2608 RYTHM samples present in the np2 folder will be used:|2608_bd.wav, 2608_sd.wav, 2608_top.wav, 2608_hh.wav, 2608_tom.wav, 2608_rim.wav|JOY2KEY buttons mapping: A=x B=z X=space Y=lctrl|L=backspace R=rshift SELECT=escape START=return|Keep 'end' key down when booting for machine options.|Many games need GDC set as 2.5Mhz there." \ No newline at end of file +notes = " YM2608 RYTHM samples present in the np2 folder will be used:|2608_bd.wav, 2608_sd.wav, 2608_top.wav, 2608_hh.wav, 2608_tom.wav, 2608_rim.wav|JOY2KEY buttons mapping: A=x B=z X=space Y=lctrl|L=backspace R=rshift SELECT=escape START=return|Keep 'end' key down when booting for machine options.|Many games need GDC set as 2.5Mhz there."