diff --git a/example_console.html b/example_console.html index 9dd9b4c7..43ba1c79 100644 --- a/example_console.html +++ b/example_console.html @@ -1,3 +1,19 @@ + + + + + + + + + + +
@@ -14,13 +30,13 @@ new JSMESSLoader(JSMESSLoader.driver("a2600"), JSMESSLoader.nativeResolution(352, 223), JSMESSLoader.emulatorJS("emulators/jsmess/messa2600.js"), - JSMESSLoader.mountFile("Pitfall_Activision_1982.bin", + JSMESSLoader.mountFile("atari_2600_halo_2600.bin", JSMESSLoader.fetchFile("Game File", - "examples/Pitfall_Activision_1982.bin")), + "examples/atari_2600_halo_2600.bin")), JSMESSLoader.mountFile("a2600.cfg", JSMESSLoader.fetchFile("Config File", "examples/a2600.cfg")), - JSMESSLoader.peripheral("cart", "Pitfall_Activision_1982.bin"))) + JSMESSLoader.peripheral("cart", "atari_2600_halo_2600.bin"))) emulator.setScale(3).start({ waitAfterDownloading: true });