update instructions for computer example

This commit is contained in:
Daniel Brooks
2015-04-15 14:16:26 -07:00
parent 020519dff2
commit 22a1894509
+35 -18
View File
@@ -1,23 +1,40 @@
<!-- The Emularity: An Example Computer Loader -->
<!-- For use with The Emularity, downloadable at http://www.emularity.com/ -->
<!--
The Emularity: An Example Computer Loader
For use with The Emularity, downloadable at http://www.emularity.com/
<!-- SIMPLE STEPS to trying an emulated computer ("Beagle Bag" for the Apple IIe) -->
SIMPLE STEPS for trying an emulated computer ("Beagle Bag" for the
Apple IIe).
<!-- * Check out this repository in your browser-accessible directory;
this file as well as es6-promise.js, browserfs.js and loader.js are
required. The logo and images directories are optional, but the
splash screen looks quite a lot better when they're available. -->
<!-- * Use "git annex get <file>" to download emulators/jsmess/messnapple2e.js.gz;
if you don't have git-annex you can download it from IA manually
(https://archive.org/download/emularity_engine_jsmess/messnapple2e.js.gz) -->
<!-- * Download the Apple 2e BIOS from -->
<!-- https://archive.org/download/jsmess_bios_v2/apple2e.zip -->
<!-- * Download the MAME config file for the Apple 2e from -->
<!-- https://archive.org/download/jsmess_config_v2/apple2e.cfg
<!-- * Download the Beagle Bag from: -->
<!-- https://archive.org/download/a2_Beagle_Bag_1982_Beagle_Bros/Beagle_Bag_1982_Beagle_Bros.do -->
<!-- * Place apple2e.zip and Beagle_Bag_1982_Beagle_Bros.do in an "examples" subdirectory. -->
<!-- * Visit your example_computer.html file with a modern Javascript-capable browser. -->
* Check out this repository in your browser-accessible directory;
this file as well as es6-promise.js, browserfs.js and loader.js are
required. The logo and images directories are optional, but the
splash screen looks quite a lot better when they're available.
* Use "git annex get emulators/jsmess/messnapple2e.js.gz" to download
the compiled emulator; if you don't have git-annex you can download
it from IA manually.
(https://archive.org/download/emularity_engine_jsmess/messnapple2e.js.gz)
* Use "git annex get emulators/jsmess/apple2e.cfg" to download the
MESS config file; if you don't have git-annex you can download it
from IA manually
(https://archive.org/download/jsmess_config_v2/apple2e.cfg)
* Download the Apple 2e BIOS from
https://archive.org/download/jsmess_bios_v2/apple2e.zip
* Download the MAME config file for the Apple 2e from
https://archive.org/download/jsmess_config_v2/apple2e.cfg
* Download the Beagle Bag from:
https://archive.org/download/a2_Beagle_Bag_1982_Beagle_Bros/Beagle_Bag_1982_Beagle_Bros.do
* Place apple2e.zip and Beagle_Bag_1982_Beagle_Bros.do in an
"examples" subdirectory.
* Visit your example_computer.html file with a modern
Javascript-capable browser.
-->
<html>
<head>