mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 02:44:38 +00:00
(iOS/Genplus GX/Mednafen PCE Fast) Add firmware details to module info files
This commit is contained in:
parent
3f34ceeb62
commit
b621e22704
@ -4,3 +4,25 @@ corename = "Genesis Plus GX"
|
||||
manufacturer = "Sega"
|
||||
systemname = "Sega (Various)"
|
||||
|
||||
firmware_count = 7
|
||||
|
||||
firmware1_desc = "bios_CD_E.bin (MegaCD EU BIOS)"
|
||||
firmware1_path = "%sysdir%/bios_CD_E.bin"
|
||||
|
||||
firmware2_desc = "bios_CD_U.bin (SegaCD US BIOS)"
|
||||
firmware2_path = "%sysdir%/bios_CD_U.bin"
|
||||
|
||||
firmware3_desc = "bios_CD_J.bin (MegaCD JP BIOS)"
|
||||
firmware3_path = "%sysdir%/bios_CD_J.bin"
|
||||
|
||||
firmware4_desc = "bios_E.sms (MasterSystem EU BIOS)"
|
||||
firmware4_path = "%sysdir%/bios_E.sms"
|
||||
|
||||
firmware5_desc = "bios_U.sms (MasterSystem US BIOS)"
|
||||
firmware5_path = "%sysdir%/bios_U.sms"
|
||||
|
||||
firmware6_desc = "bios_J.sms (MasterSystem JP BIOS)"
|
||||
firmware6_path = "%sysdir%/bios_J.sms"
|
||||
|
||||
firmware7_desc = "bios.gg (GameGear BIOS)"
|
||||
firmware7_path = "%sysdir%/bios.gg"
|
||||
|
@ -4,3 +4,7 @@ corename = "Mednafen PCE Fast"
|
||||
manufacturer = "NEC"
|
||||
systemname = "PC Engine/TurboGrafx-16"
|
||||
|
||||
firmware_count = 1
|
||||
|
||||
firmware1_desc = "syscard3.pce"
|
||||
firmware1_path = "%sysdir%/syscard3.pce"
|
||||
|
Loading…
x
Reference in New Issue
Block a user