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": {
"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"