Remove bios url from index.html

This commit is contained in:
Ethan O'Brien 2023-07-06 11:45:41 -05:00
parent ae6b00a3fe
commit ee2dbab5f6
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@ class EmulatorJS {
'virtualjaguar': 'jaguar', 'virtualjaguar': 'jaguar',
'handy': 'lynx', 'handy': 'lynx',
'yabause': 'segaSaturn', 'yabause': 'segaSaturn',
'genesis_plus_gx': 'uh oh',//MS, MD, GG, CD... which do we return? 'genesis_plus_gx': 'sega',//MS, MD, GG, CD... which do we return?
'fceumm': 'nes', 'fceumm': 'nes',
'snes9x': 'snes', 'snes9x': 'snes',
'a5200': 'atari5200', 'a5200': 'atari5200',

View file

@ -169,7 +169,6 @@
window.EJS_pathtodata = "data/" window.EJS_pathtodata = "data/"
window.EJS_startOnLoaded = true; window.EJS_startOnLoaded = true;
window.EJS_DEBUG_XX = true; window.EJS_DEBUG_XX = true;
EJS_biosUrl = 'roms/bios.zip';
if (window.location.hostname === "demo.emulatorjs.org") { if (window.location.hostname === "demo.emulatorjs.org") {
window.EJS_AdUrl = "https://ads.emulatorjs.org/"; window.EJS_AdUrl = "https://ads.emulatorjs.org/";