Skip to content

Commit

Permalink
Update PC-98 example page
Browse files Browse the repository at this point in the history
  • Loading branch information
pengan1987 committed Sep 16, 2018
1 parent f6dfaa4 commit 9032a72
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions example_pc98dosbox.html
Expand Up @@ -10,14 +10,19 @@
are required. The logo and images directories are optional, but the
splash screen looks quite a lot better when they're available.
* 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.
* Download the files that comprise the compiled DosBox-X (PC-9821) emulator:
http://jsemu.oss-cn-shanghai.aliyuncs.com/pc98dosbox/dosbox-x.js,
and http://jsemu.oss-cn-shanghai.aliyuncs.com/pc98dosbox/dosbox-x.wasm.
* Download a copy of Doom from https://archive.org/download/DoomsharewareEpisode/DoomV1.9sw1995idSoftwareInc.action.zip
* Download a package of Japanese fonts file, YM2608 sound samples and default dosbox.conf
http://jsemu.oss-cn-shanghai.aliyuncs.com/pc98dosbox/font.zip
* Visit your example_dosbox.html file with a modern
* Download a copy of Touhou Reiiden from http://jsemu.oss-cn-shanghai.aliyuncs.com/pc98dosbox/th1.zip
* Visit your example_pc98dosbox.html file with a modern
Javascript-capable browser.
* For more information about the DOSBox-X Emscripten port, please see https://yksoft1.github.io/dosboxxem-demo/
-->

<html>
Expand All @@ -40,7 +45,7 @@

PC98DosBoxLoader.mountZip("c",
PC98DosBoxLoader.fetchFile("Game File",
"examples/th02.zip")),
"examples/th1.zip")),
PC98DosBoxLoader.mountZip("y",
PC98DosBoxLoader.fetchFile("ROM File",
"examples/font.zip")),
Expand Down

0 comments on commit 9032a72

Please sign in to comment.