mirror of
https://github.com/db48x/emularity.git
synced 2026-07-28 04:07:11 +00:00
Update example_arcade.html
This commit is contained in:
+5
-3
@@ -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"))))
|
||||
|
||||
Reference in New Issue
Block a user