Skip to content

Commit

Permalink
Merge pull request #1789 from carmiker/master
Browse files Browse the repository at this point in the history
Add geolith_libretro.info
  • Loading branch information
LibretroAdmin committed Feb 7, 2024
2 parents 7723f00 + df773cb commit b282e51
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions dist/info/geolith_libretro.info
Original file line number Diff line number Diff line change
@@ -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."

0 comments on commit b282e51

Please sign in to comment.