This commit is contained in:
Rob Loach 2021-05-17 21:02:46 -04:00
parent 9180267835
commit 62b5384e90
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
5 changed files with 35 additions and 13 deletions

View File

@ -19,29 +19,29 @@ database = "Sinclair - ZX Spectrum +3|Sinclair - ZX Spectrum"
# BIOS / Firmware
firmware_count = 8
firmware0_desc = "128p-0.rom (Pentagon)"
firmware0_path = "128p-0.rom"
firmware0_desc = "128p-0.rom (Pentagon machines)"
firmware0_path = "fuse/128p-0.rom"
firmware0_opt = "true"
firmware1_desc = "128p-1.rom (Pentagon machines)"
firmware1_path = "128p-1.rom"
firmware1_path = "fuse/128p-1.rom"
firmware1_opt = "true"
firmware2_desc = "trdos.rom (Pentagon machines)"
firmware2_path = "trdos.rom"
firmware2_path = "fuse/trdos.rom"
firmware2_opt = "true"
firmware3_desc = "gluck.rom (Pentagon 128K / 1024)"
firmware3_path = "gluck.rom"
firmware3_desc = "gluck.rom (Pentagon 512K / 1024)"
firmware3_path = "fuse/gluck.rom"
firmware3_opt = "true"
firmware4_desc = "256s-0.rom (Scorpion 256K)"
firmware4_path = "256s-0.rom"
firmware4_path = "fuse/256s-0.rom"
firmware4_opt = "true"
firmware5_desc = "256s-1.rom (Scorpion 256K)"
firmware5_path = "256s-1.rom"
firmware5_path = "fuse/256s-1.rom"
firmware5_opt = "true"
firmware6_desc = "256s-2.rom (Scorpion 256K)"
firmware6_path = "256s-2.rom"
firmware6_path = "fuse/256s-2.rom"
firmware6_opt = "true"
firmware7_desc = "256s-3.rom (Scorpion 256K)"
firmware7_path = "256s-3.rom"
firmware7_path = "fuse/256s-3.rom"
firmware7_opt = "true"
notes = "[1] Amstrad have kindly given their permission for the redistribution|[^] of their copyrighted material but retain that copyright."

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "Lua Engine (Lutro)"
authors = "Higor Euripedes/Jean-Andre Santoni"
supported_extensions = "lutro|lua"
supported_extensions = "lutro|love|lua"
corename = "Lutro"
categories = "Game engine"
license = "MIT"

View File

@ -1,7 +1,7 @@
# Software Information
display_name = "Sony - PlayStation 2 (PCSX2)"
authors = "PCSX2 Team"
supported_extensions = "elf|iso|ciso|cso|cue|bin"
supported_extensions = "elf|iso|ciso|cso|cue|bin|mdf|nrg|dump|gz|img"
corename = "PCSX2"
license = "GPL"
permissions = ""

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"
supported_extensions = "bin|gen|smd|md|32x|chd|cue|iso|sms|68k|m3u"
corename = "PicoDrive"
license = "MAME"
permissions = "dynarec_optional"

22
sameduck_libretro.info Normal file
View File

@ -0,0 +1,22 @@
# Software Information
display_name = "Mega Duck / Cougar Boy (SameDuck)"
authors = "LIJI32"
supported_extensions = "bin"
corename = "SameDuck"
display_version = "git"
categories = "Emulator"
license = "MIT"
permissions = ""
# Hardware Information
manufacturer = "Welback Holdings"
systemname = "Mega Duck"
systemid = "mega_duck"
# Libretro Features
supports_no_game = "false"
# Firmware / BIOS
firmware_count = 0
description = "An adaptation of SameBoy to play Mega Duck games."