mirror of
https://github.com/db48x/emularity.git
synced 2026-07-27 19:56:37 +00:00
update instructions for computer example
This commit is contained in:
+35
-18
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user