From df58fb881763553663e46563f0bb3bf50e910dfd Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:17:24 +1000 Subject: [PATCH] fix: updated PlatformMap.json file with more platforms and fixed SNES extensions --- gaseous-server/Support/PlatformMap.json | 47 +++++++++++++++++++------ 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/gaseous-server/Support/PlatformMap.json b/gaseous-server/Support/PlatformMap.json index 7943952..66574dd 100644 --- a/gaseous-server/Support/PlatformMap.json +++ b/gaseous-server/Support/PlatformMap.json @@ -87,7 +87,15 @@ ], "WebEmulator": { "Type": "EmulatorJS", - "Core": "segaMD" + "Core": "segaMD", + "Bios": [ + { + "hash": "45e298905a08f9cfb38fd504cd6dbc84", + "description": "MegaDrive TMSS startup ROM", + "filename": "bios_MD.bin", + "region": "" + } + ] } }, { @@ -98,7 +106,9 @@ "N64" ], "KnownFileExtensions": [ - ".Z64" + ".Z64", + ".V64", + ".N64" ], "WebEmulator": { "Type": "EmulatorJS", @@ -110,20 +120,32 @@ "IGDBName": "Nintendo Entertainment System", "AlternateNames": [ "Nintendo Entertainment System", - "NES" + "NES", + "Nintendo Famicom & Entertainment System" ], "KnownFileExtensions": [ ".NES", - ".FDS", - ".FIG", - ".MGD", - ".SFC", - ".SMC", - ".SWC" + ".NEZ", + ".UNF", + ".UNIF" ], "WebEmulator": { "Type": "EmulatorJS", - "Core": "nes" + "Core": "nes", + "Bios": [ + { + "hash": "ca30b50f880eb660a320674ed365ef7a", + "description": "Family Computer Disk System BIOS - Required for Famicom Disk System emulation", + "filename": "disksys.rom", + "region": "" + }, + { + "hash": "7f98d77d7a094ad7d069b74bd553ec98", + "description": "Game Genie add-on cartridge - Required for Game Genei Add-on emulation (Only supported on the fceumm core)", + "filename": "gamegenie.nes", + "region": "" + } + ] } }, { @@ -135,7 +157,10 @@ "Super Nintendo", "SNES" ], - "KnownFileExtensions": [], + "KnownFileExtensions": [ + ".SFC", + ".SMC" + ], "WebEmulator": { "Type": "EmulatorJS", "Core": "snes"