mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
commented out non-working platforms
This commit is contained in:
@@ -43,31 +43,31 @@ const systemConfigs = {
|
||||
core: 'genesis_plus_gx',
|
||||
unpackRoms: true
|
||||
},
|
||||
'Sega CD': { // TODO: add bios
|
||||
core: 'genesis_plus_gx',
|
||||
unpackRoms: false,
|
||||
bios: {
|
||||
required: true,
|
||||
files: {
|
||||
'bios_CD_U.bin': {
|
||||
url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Sega%20-%20Mega%20CD%20-%20Sega%20CD/bios_CD_U.bin',
|
||||
md5: '2efd74e3232ff260e371b99f84024f7f',
|
||||
region: 'US'
|
||||
},
|
||||
'bios_CD_E.bin': {
|
||||
url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Sega%20-%20Mega%20CD%20-%20Sega%20CD/bios_CD_E.bin',
|
||||
md5: 'e66fa1dc5820d254611fdcdba0662372',
|
||||
region: 'EU'
|
||||
},
|
||||
'bios_CD_J.bin': {
|
||||
url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Sega%20-%20Mega%20CD%20-%20Sega%20CD/bios_CD_J.bin',
|
||||
md5: 'bdeb4c47da613946d422d97d98b21cda',
|
||||
region: 'JP'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
'Sega 32X': { // Known issue: https://github.com/EmulatorJS/EmulatorJS/issues/579
|
||||
// 'Sega CD': { // TODO: Fix ROM loading
|
||||
// core: 'genesis_plus_gx',
|
||||
// unpackRoms: false,
|
||||
// bios: {
|
||||
// required: true,
|
||||
// files: {
|
||||
// 'bios_CD_U.bin': {
|
||||
// url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Sega%20-%20Mega%20CD%20-%20Sega%20CD/bios_CD_U.bin',
|
||||
// md5: '2efd74e3232ff260e371b99f84024f7f',
|
||||
// region: 'US'
|
||||
// },
|
||||
// 'bios_CD_E.bin': {
|
||||
// url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Sega%20-%20Mega%20CD%20-%20Sega%20CD/bios_CD_E.bin',
|
||||
// md5: 'e66fa1dc5820d254611fdcdba0662372',
|
||||
// region: 'EU'
|
||||
// },
|
||||
// 'bios_CD_J.bin': {
|
||||
// url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Sega%20-%20Mega%20CD%20-%20Sega%20CD/bios_CD_J.bin',
|
||||
// md5: 'bdeb4c47da613946d422d97d98b21cda',
|
||||
// region: 'JP'
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
'Sega 32X': {
|
||||
core: 'picodrive',
|
||||
unpackRoms: true
|
||||
},
|
||||
@@ -99,70 +99,70 @@ const systemConfigs = {
|
||||
},
|
||||
|
||||
// Commodore Systems
|
||||
'Commodore 64': {
|
||||
core: 'vice_x64sc',
|
||||
unpackRoms: true
|
||||
},
|
||||
'Commodore 128': { // Untested, Myrient has no ROMs for it
|
||||
core: 'vice_x128',
|
||||
unpackRoms: true
|
||||
},
|
||||
'Commodore Amiga': { // TODO: fix rom loading
|
||||
core: 'puae',
|
||||
unpackRoms: true
|
||||
},
|
||||
'Commodore PET': { // Untested, Myrient has no ROMs for it
|
||||
core: 'vice_xpet',
|
||||
unpackRoms: true
|
||||
},
|
||||
'Commodore Plus-4': { // TODO: fix rom loading
|
||||
core: 'vice_xplus4',
|
||||
unpackRoms: true
|
||||
},
|
||||
'Commodore VIC-20': { // TODO: fix rom loading
|
||||
core: 'vice_xvic',
|
||||
unpackRoms: true
|
||||
},
|
||||
// 'Commodore 64': { // TODO: Fix ROM loading
|
||||
// core: 'vice_x64sc',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
// 'Commodore 128': { // No ROMs on Myrient
|
||||
// core: 'vice_x128',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
// 'Commodore Amiga': { // TODO: Fix ROM loading
|
||||
// core: 'puae',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
// 'Commodore PET': { // No ROMs on Myrient
|
||||
// core: 'vice_xpet',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
// 'Commodore Plus-4': { // TODO: fix rom loading
|
||||
// core: 'vice_xplus4',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
// 'Commodore VIC-20': { // TODO: fix rom loading
|
||||
// core: 'vice_xvic',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
|
||||
// Sony Systems
|
||||
'Sony PlayStation 1': { // TODO: fix rom loading (doesn't seem to affect all games)
|
||||
'Sony PlayStation 1': {
|
||||
core: 'pcsx_rearmed',
|
||||
unpackRoms: true
|
||||
},
|
||||
|
||||
// Other Systems
|
||||
'Arcade': { // TODO: fix rom loading
|
||||
core: 'fbneo',
|
||||
unpackRoms: true
|
||||
},
|
||||
'ColecoVision': { // TODO: add bios
|
||||
core: 'gearcoleco',
|
||||
unpackRoms: false,
|
||||
bios: {
|
||||
required: true,
|
||||
files: {
|
||||
'colecovision.rom': {
|
||||
url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Coleco%20-%20ColecoVision/colecovision.rom',
|
||||
md5: '2c66f5911e5b42b8ebe113403548eee7',
|
||||
region: 'Global'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
'Panasonic 3DO': { // TODO: fix rom loading
|
||||
core: 'opera',
|
||||
unpackRoms: false
|
||||
// bios: {
|
||||
// required: true,
|
||||
// files: {
|
||||
// 'panafz1.bin': {
|
||||
// url: 'https://files.catbox.moe/u5hy1c.bin',
|
||||
// md5: 'f47264dd47fe30f73ab3c010015c155b',
|
||||
// region: 'Global'
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
// 'Arcade': { // TODO: fix rom loading
|
||||
// core: 'fbneo',
|
||||
// unpackRoms: true
|
||||
// },
|
||||
// 'ColecoVision': { // TODO: fix rom loading
|
||||
// core: 'gearcoleco',
|
||||
// unpackRoms: false,
|
||||
// bios: {
|
||||
// required: true,
|
||||
// files: {
|
||||
// 'colecovision.rom': {
|
||||
// url: 'https://github.com/Abdess/retroarch_system/raw/refs/heads/libretro/Coleco%20-%20ColecoVision/colecovision.rom',
|
||||
// md5: '2c66f5911e5b42b8ebe113403548eee7',
|
||||
// region: 'Global'
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// 'Panasonic 3DO': { // TODO: fix rom loading
|
||||
// core: 'opera',
|
||||
// unpackRoms: false
|
||||
// // bios: {
|
||||
// // required: true,
|
||||
// // files: {
|
||||
// // 'panafz1.bin': {
|
||||
// // url: 'https://files.catbox.moe/u5hy1c.bin',
|
||||
// // md5: 'f47264dd47fe30f73ab3c010015c155b',
|
||||
// // region: 'Global'
|
||||
// // }
|
||||
// // }
|
||||
// // }
|
||||
// }
|
||||
};
|
||||
|
||||
const COMPATIBLE_SYSTEMS = Object.keys(systemConfigs);
|
||||
|
||||
Reference in New Issue
Block a user