diff --git a/dist/info/geolith_libretro.info b/dist/info/geolith_libretro.info new file mode 100644 index 000000000..ee22b8d63 --- /dev/null +++ b/dist/info/geolith_libretro.info @@ -0,0 +1,40 @@ +# 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.0" + +# 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" + +# 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."