Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Green
df58fb8817 fix: updated PlatformMap.json file with more platforms and fixed SNES extensions 2023-08-21 08:21:46 +10:00

View File

@@ -87,7 +87,15 @@
], ],
"WebEmulator": { "WebEmulator": {
"Type": "EmulatorJS", "Type": "EmulatorJS",
"Core": "segaMD" "Core": "segaMD",
"Bios": [
{
"hash": "45e298905a08f9cfb38fd504cd6dbc84",
"description": "MegaDrive TMSS startup ROM",
"filename": "bios_MD.bin",
"region": ""
}
]
} }
}, },
{ {
@@ -98,7 +106,9 @@
"N64" "N64"
], ],
"KnownFileExtensions": [ "KnownFileExtensions": [
".Z64" ".Z64",
".V64",
".N64"
], ],
"WebEmulator": { "WebEmulator": {
"Type": "EmulatorJS", "Type": "EmulatorJS",
@@ -110,20 +120,32 @@
"IGDBName": "Nintendo Entertainment System", "IGDBName": "Nintendo Entertainment System",
"AlternateNames": [ "AlternateNames": [
"Nintendo Entertainment System", "Nintendo Entertainment System",
"NES" "NES",
"Nintendo Famicom & Entertainment System"
], ],
"KnownFileExtensions": [ "KnownFileExtensions": [
".NES", ".NES",
".FDS", ".NEZ",
".FIG", ".UNF",
".MGD", ".UNIF"
".SFC",
".SMC",
".SWC"
], ],
"WebEmulator": { "WebEmulator": {
"Type": "EmulatorJS", "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", "Super Nintendo",
"SNES" "SNES"
], ],
"KnownFileExtensions": [], "KnownFileExtensions": [
".SFC",
".SMC"
],
"WebEmulator": { "WebEmulator": {
"Type": "EmulatorJS", "Type": "EmulatorJS",
"Core": "snes" "Core": "snes"