Update example_arcade.html

This commit is contained in:
Jason Scott
2015-04-13 02:03:04 -04:00
parent 03ed07ebbd
commit 9a41c4562a
+5 -3
View File
@@ -1,14 +1,16 @@
<!-- The Emularity: An Example Arcade Machine Loader -->
<!-- For use with The Emularity, downloadable at http://www.emularity.com -->
<!-- For use with The Emularity, downloadable at http://www.emularity.com -->
<!-- For a collection of Arcade ROMs to download and test this script, visit http://mamedev.org/roms/ -->
<!-- SIMPLE STEPS to starting your arcade -->
<!-- * Put this example_arcade.html file in your browser-accessible directory. -->
<!-- * Put es6-promise.js, browserfs.js, and loader.js into the same directory. -->
<!-- * Create an "emulators" sub-directory and put in the right emulator from: -->
<!-- https://archive.org/download/emularity_engine_jsmame (example: messexidy.js.gz -->
<!-- * Put emularity_color_small.png into a "logo" subdirectory. -->
<!-- * Create an "emulators" sub-directory and put in the right emulator from: -->
<!-- https://archive.org/download/emularity_engine_jsmame (example: messexidy.js -->
<!-- * Download the Targ ROM files from http://mamedev.org/roms/targ/ -->
<!-- * Place the Targ ROM .zip file in an "examples" subdirectory. -->
<!-- * Visit your example_arcade.html file with a modern Javascript-capable browser. -->
@@ -28,7 +30,7 @@
null,
new JSMAMELoader(JSMAMELoader.driver("targ"),
JSMAMELoader.nativeResolution(256, 256),
JSMAMELoader.emulatorJS("emulators/messexidy.js.gz"),
JSMAMELoader.emulatorJS("emulators/messexidy.js"),
JSMAMELoader.mountFile("targ.zip",
JSMAMELoader.fetchFile("Game File",
"examples/targ.zip"))))