From 74f344bca7cc6ecbefa648307dec58b506c8e944 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Tue, 12 Nov 2024 10:38:40 +0100 Subject: [PATCH] add info files for FBNeo split cores --- dist/info/fbneo_cps12_libretro.info | 40 ++++++++++++++++++++++++ dist/info/fbneo_neogeo_libretro.info | 46 ++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 dist/info/fbneo_cps12_libretro.info create mode 100644 dist/info/fbneo_neogeo_libretro.info diff --git a/dist/info/fbneo_cps12_libretro.info b/dist/info/fbneo_cps12_libretro.info new file mode 100644 index 000000000..b21e20af0 --- /dev/null +++ b/dist/info/fbneo_cps12_libretro.info @@ -0,0 +1,40 @@ +# Software Information +display_name = "Arcade (FinalBurn Neo) (CPS-1 / CPS-2)" +authors = "Team FBNeo" +supported_extensions = "zip|7z" +corename = "FinalBurn Neo (cps12 subset)" +license = "Non-commercial" +permissions = "" +display_version = "v1.0.0.03" +categories = "Emulator" + +# Hardware Information +manufacturer = "Capcom" +systemname = "CP System I/II" +systemid = "fb_alpha" + +# Libretro Features +savestate = "true" +savestate_features = "deterministic" +cheats = "true" +input_descriptors = "true" +memory_descriptors = "true" +libretro_saves = "false" +core_options = "true" +core_options_version = "2.0" +load_subsystem = "true" +supports_no_game = "false" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" +database_match_archive_member = "false" +database = "FBNeo - Arcade Games" + +# BIOS / Firmware +firmware_count = 1 +firmware0_desc = "fbneo/hiscore.dat (High Score support database)" +firmware0_path = "fbneo/hiscore.dat" +firmware0_opt = "true" +notes = "(!) Homepage : https://neo-source.com/" + +description = "Based on the latest up-to-date source, 'FinalBurn Neo' is compatible with FinalBurn Neo latest ROM sets. This core variant only supports CPS-1 & CPS-2 games. It exists solely for use with platforms that do not have the capability to use the standard FBNeo core." diff --git a/dist/info/fbneo_neogeo_libretro.info b/dist/info/fbneo_neogeo_libretro.info new file mode 100644 index 000000000..c1ce3daa0 --- /dev/null +++ b/dist/info/fbneo_neogeo_libretro.info @@ -0,0 +1,46 @@ +# Software Information +display_name = "Arcade (FinalBurn Neo) (Neo-Geo)" +authors = "Team FBNeo" +supported_extensions = "zip|7z|cue|ccd" +corename = "FinalBurn Neo (neogeo subset)" +license = "Non-commercial" +permissions = "" +display_version = "v1.0.0.03" +categories = "Emulator" + +# Hardware Information +manufacturer = "SNK" +systemname = "Neo Geo" +systemid = "fb_alpha" + +# Libretro Features +savestate = "true" +savestate_features = "deterministic" +cheats = "true" +input_descriptors = "true" +memory_descriptors = "true" +libretro_saves = "false" +core_options = "true" +core_options_version = "2.0" +load_subsystem = "true" +supports_no_game = "false" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" +database_match_archive_member = "false" +database = "FBNeo - Arcade Games" + +# BIOS / Firmware +firmware_count = 3 +firmware0_desc = "fbneo/neogeo.zip (Neo Geo BIOS)" +firmware0_path = "fbneo/neogeo.zip" +firmware0_opt = "true" +firmware1_desc = "fbneo/neocdz.zip (Neo Geo CDZ System BIOS)" +firmware1_path = "fbneo/neocdz.zip" +firmware1_opt = "true" +firmware2_desc = "fbneo/hiscore.dat (High Score support database)" +firmware2_path = "fbneo/hiscore.dat" +firmware2_opt = "true" +notes = "(!) The BIOS files can also be inside the ROM directory or the root of SYSTEM directory.|(!) Homepage : https://neo-source.com/" + +description = "Based on the latest up-to-date source, 'FinalBurn Neo' is compatible with FinalBurn Neo latest ROM sets. This core variant only supports Neo-Geo games. It exists solely for use with platforms that do not have the capability to use the standard FBNeo core."