diff --git a/example_arcade.html b/example_arcade.html index b80e311f..f5f10e49 100644 --- a/example_arcade.html +++ b/example_arcade.html @@ -11,9 +11,8 @@ loader.js are required. The logo and images directories are optional, but the splash screen looks quite a lot better when they're available. --> - + diff --git a/example_computer.html b/example_computer.html index b869b159..741d4c5b 100644 --- a/example_computer.html +++ b/example_computer.html @@ -10,15 +10,11 @@ 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) + * Download the MAME apple2e emulator from + https://archive.org/download/emularity_engine_v1/mamenapple2e.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 apple2e config file from + https://archive.org/download/jsmess_config_v2/apple2e.cfg * Download the Apple 2e BIOS from https://archive.org/download/jsmess_bios_v2/apple2e.zip diff --git a/example_console.html b/example_console.html index 3ca75188..794edfb5 100644 --- a/example_console.html +++ b/example_console.html @@ -8,10 +8,10 @@ loader.js are required. The logo and images directories are optional, but the splash screen looks quite a lot better when they're available. --> - - + + diff --git a/example_dosbox.html b/example_dosbox.html index 704ba259..c85d046c 100644 --- a/example_dosbox.html +++ b/example_dosbox.html @@ -10,19 +10,11 @@ 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/em-dosbox/dosbox-sync.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_v1/dosbox-sync.js.gz) + * Download the two files that comprise the compiled DosBox emulator: + https://archive.org/download/emularity_engine_v1/dosbox-sync.js.gz, + and https://archive.org/download/emularity_engine_v1/dosbox-sync.mem.gz. - * Use "git annex get emulators/em-dosbox/dosbox-sync.mem.gz" to - download the compiled emulator's memory initialization file; if you - don't have git-annex you can download it from IA manually. - (https://archive.org/download/emularity_engine_v1/dosbox-sync.mem.gz) - - * Use "git annex get examples/DoomV1.9sw1995idSoftwareInc.action.zip" - to download the Doom v1.9 binaries; these can be downloaded from IA manually. - (https://archive.org/download/DoomsharewareEpisode/DoomV1.9sw1995idSoftwareInc.action.zip) + * Download a copy of Doom from https://archive.org/download/DoomsharewareEpisode/DoomV1.9sw1995idSoftwareInc.action.zip * Visit your example_dosbox.html file with a modern Javascript-capable browser.