Merge pull request #536 from Tatsuya79/master

Add rules for np2kai, fix case.
This commit is contained in:
Twinaphex 2017-09-11 17:32:10 +02:00 committed by GitHub
commit 6525b71d15
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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"
@ -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."
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."

View File

@ -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
}