Merge pull request #1424 from Awakened0/patch-1

Add Game Boy / Color Support to Mesen-S Info File
This commit is contained in:
hizzlekizzle 2020-05-26 20:01:36 -05:00 committed by GitHub
commit 7319716e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,19 @@
display_name = "Nintendo - SNES / SFC (Mesen-S)"
display_name = "Nintendo - SNES / SFC / Game Boy / Color (Mesen-S)"
authors = "M. Bibaud (aka Sour)"
supported_extensions = "sfc|smc|fig|swc"
supported_extensions = "sfc|smc|fig|swc|gb|gbc"
corename = "Mesen-S"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Super Nintendo Entertainment System"
systemname = "Super Nintendo Entertainment System / Game Boy / Game Boy Color"
systemid = "super_nes"
database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks"
database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks|Nintendo - Game Boy|Nintendo - Game Boy Color"
license = "GPLv3"
permissions = ""
display_version = "git"
supports_no_game = "false"
# BIOS / Firmware
firmware_count = 14
firmware_count = 16
firmware0_desc = "dsp1.data.rom"
firmware0_path = "dsp1.data.rom"
firmware0_opt = "true"
@ -56,3 +56,9 @@ firmware12_opt = "true"
firmware13_desc = "st011.program.rom"
firmware13_path = "st011.program.rom"
firmware13_opt = "true"
firmware14_desc = "dmg_boot.bin"
firmware14_path = "dmg_boot.bin"
firmware14_opt = "true"
firmware15_desc = "cgb_boot.bin"
firmware15_path = "cgb_boot.bin"
firmware15_opt = "true"