From 7b3ec6e72666cea0c411b0bf86ebaf24d7c418bc Mon Sep 17 00:00:00 2001 From: gouchi Date: Mon, 18 Mar 2024 20:58:14 +0100 Subject: [PATCH] Upstream sync --- geolith_libretro.info | 41 ++++++++++++++++++++++++++++++++++++++ syobonaction_libretro.info | 28 ++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 geolith_libretro.info create mode 100644 syobonaction_libretro.info diff --git a/geolith_libretro.info b/geolith_libretro.info new file mode 100644 index 0000000..8be0554 --- /dev/null +++ b/geolith_libretro.info @@ -0,0 +1,41 @@ +# Software Information +display_name = "SNK - Neo Geo AES/MVS (Geolith)" +authors = "Rupert Carmichael" +supported_extensions = "neo" +corename = "Geolith" +license = "BSD-3-Clause, MIT" +permissions = "" +categories = "Emulator" +display_version = "0.2.1" + +# Hardware Information +manufacturer = "SNK" +systemname = "Neo Geo" +systemid = "neogeo" + +# Libretro Features +supports_no_game = "false" +savestate = "true" +savestate_features = "deterministic" +cheats = "false" +input_descriptors = "true" +memory_descriptors = "false" +libretro_saves = "false" +core_options = "true" +core_options_version = "1.3" +load_subsystem = "false" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" +database = "SNK - Neo Geo" + +# Firmware / BIOS +firmware_count = 2 +firmware0_desc = "aes.zip (Neo Geo AES System ROM)" +firmware0_path = "aes.zip" +firmware0_opt = "false" +firmware1_desc = "neogeo.zip (Neo Geo MVS System ROM)" +firmware1_path = "neogeo.zip" +firmware1_opt = "false" + +description = "Geolith is a highly accurate emulator for the Neo Geo AES and MVS. Geolith uses the .NEO ROM format developed for the NeoSD, and aims to deliver a more typical home console emulator experience, though arcade mode is also fully supported." diff --git a/syobonaction_libretro.info b/syobonaction_libretro.info new file mode 100644 index 0000000..4c632b1 --- /dev/null +++ b/syobonaction_libretro.info @@ -0,0 +1,28 @@ +# Software Information +display_name = "Syobon Action" +display_version = "0.1" +authors = "Chiku (ちく)" +categories = "Game" +license = "GPLv3+" +permissions = "" + +# Hardware Information +manufacturer = "SyobonAction" +systemname = "SyobonAction" +systemid = "syobonaction" + +# Libretro Features +database = "SyobonAction" +supports_no_game = "true" +single_purpose = "true" +libretro_saves = "false" +core_options = "false" +load_subsystem = "false" +hw_render = "false" +cheats = "false" +needs_fullpath = "false" +disk_control = "false" +is_experimental = "true" +notes = "(!) SyobonAction requires BGM/SE/res files." + +description = "A port of the Open Syobon Action platformer to libretro."