This commit is contained in:
Rob Loach 2021-08-02 00:50:54 -04:00
parent d07e3cbf56
commit 5f46db98ff
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
6 changed files with 34 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "Sega - Mega Drive - Genesis (BlastEm)"
authors = "Mike Pavone"
supported_extensions = "md|bin|smd|gen"
supported_extensions = "md|bin|smd|gen|68k|sgd"
corename = "BlastEm"
license = "GPLv3"
permissions = ""

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "Sega - MS/GG/MD/CD (Genesis Plus GX)"
authors = "Charles McDonald|Eke-Eke"
supported_extensions = "mdx|md|smd|gen|bin|cue|iso|sms|bms|gg|sg|68k|chd|m3u"
supported_extensions = "mdx|md|smd|gen|bin|cue|iso|sms|bms|gg|sg|68k|sgd|chd|m3u"
corename = "Genesis Plus GX"
categories = "Emulator"
license = "Non-commercial"

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "Sega - MS/GG/MD/CD (Genesis Plus GX Wide)"
authors = "Charles McDonald|Eke-Eke|heyjoeway"
supported_extensions = "mdx|md|smd|gen|bin|cue|iso|sms|bms|gg|sg|68k|chd|m3u"
supported_extensions = "mdx|md|smd|gen|bin|cue|iso|sms|bms|gg|sg|68k|sgd|chd|m3u"
corename = "Genesis Plus GX Wide"
categories = "Emulator"
license = "Non-commercial"

View File

@ -2,7 +2,7 @@
display_name = "NEC - PC-98 (Neko Project II Kai)"
authors = "Neko Project II Team, Tomohiro Yoshidomi"
supported_extensions = "d98|zip|98d|fdi|fdd|2hd|tfd|d88|88d|hdm|xdf|dup|cmd|hdi|thd|nhd|hdd|hdn"
corename = "Neko Project II"
corename = "Neko Project II Kai"
license = "MIT"
permissions = ""
display_version = "0.86"
@ -15,7 +15,7 @@ systemid = "pc_98"
# Libretro Features
supports_no_game = "false"
database = "PC-98"
database = "NEC - PC-98"
savestate = "true"
savestate_features = "serialized"
cheats = "false"
@ -30,7 +30,7 @@ disk_control = "true"
is_experimental = "false"
# BIOS/Firmware
firmware_count = 5
firmware_count = 11
firmware0_desc = "np2kai/font.bmp (needed to display text)"
firmware0_path = "np2kai/font.bmp"
@ -52,6 +52,30 @@ firmware4_desc = "np2kai/sound.rom"
firmware4_path = "np2kai/sound.rom"
firmware4_opt = "true"
notes = "YM2608 RYTHM samples present in the np2kai 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."
firmware5_desc = "np2kai/2608_BD.WAV (YM2608 rhythm sample)"
firmware5_path = "np2kai/2608_BD.WAV"
firmware5_opt = "true"
firmware6_desc = "np2kai/2608_SD.WAV (YM2608 rhythm sample)"
firmware6_path = "np2kai/2608_SD.WAV"
firmware6_opt = "true"
firmware7_desc = "np2kai/2608_TOP.WAV (YM2608 rhythm sample)"
firmware7_path = "np2kai/2608_TOP.WAV"
firmware7_opt = "true"
firmware8_desc = "np2kai/2608_HH.WAV (YM2608 rhythm sample)"
firmware8_path = "np2kai/2608_HH.WAV"
firmware8_opt = "true"
firmware9_desc = "np2kai/2608_TOM.WAV (YM2608 rhythm sample)"
firmware9_path = "np2kai/2608_TOM.WAV"
firmware9_opt = "true"
firmware10_desc = "np2kai/2608_RIM.WAV (YM2608 rhythm sample)"
firmware10_path = "np2kai/2608_RIM.WAV"
firmware10_opt = "true"
notes = "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."
description = "An emulator for NEC's PC-9801 (aka PC-98) personal computer platform, ported to libretro. This is the only choice for users wanting to play PC-98 games, as the meowPC98 and non-Kai NPKII cores are no longer in development and have been completely superseded by this core."

View File

@ -26,10 +26,10 @@ memory_descriptors = "false"
# Firmware / BIOS
firmware_count = 2
firmware0_desc = "Encrypted DVD Player software"
firmware0_path = "PCSX2/bios/EROM.BIN"
firmware0_path = "pcsx2/bios/EROM.BIN"
firmware0_opt = "false"
firmware1_desc = "BIOS Additions"
firmware1_path = "PCSX2/bios/rom1.bin"
firmware1_path = "pcsx2/bios/rom1.bin"
firmware1_opt = "false"
notes = "(!) EROM.BIN (md5): 9a9e8ed7668e6adfc8f7766c08ab9cd0|(!) rom1.bin (md5): 44552702b05697a14ccbe2ca22ee7139"

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "Sega - MS/MD/CD/32X (PicoDrive)"
authors = "notaz|fdave|irixxxx"
supported_extensions = "bin|gen|smd|md|32x|chd|cue|iso|sms|68k|m3u"
supported_extensions = "bin|gen|smd|md|32x|chd|cue|iso|sms|68k|sgd|m3u"
corename = "PicoDrive"
license = "MAME"
permissions = "dynarec_optional"