clean up the grammar and presentation of the explanatory comment somewhat

This commit is contained in:
Daniel Brooks
2018-10-11 09:47:41 -07:00
parent fcdeeb5245
commit f0fe992c29
+9 -7
View File
@@ -50,16 +50,18 @@
PCELoader.mountFile("fd0.pfdc", PCELoader.fetchFile("Disk Image", "pcdos1_0.pfdc")),
PCELoader.mountFile("pce-ibmpc.cfg", PCELoader.fetchFile("PCE Config", "pce-mini.cfg")),
PCELoader.emulatorJS("pcejs-ibmpc.min.js"),
/*
Extra Arguments is required if you need video device other than VGA. Use "-g" argument
follows video device model "mda", "cga", "hgc", "plantronics", "ega", "vga" or "wy700"
to select your video card model.
To change the emulation speed, use "-s" argument follows the speed factor, "1" for the
original speed of 4.77Mhz Intel 8088 processor.
/* Extra arguments can be used to change the behaviour of PCE
* Use "-g" plus a video device model "mda", "cga", "hgc",
"plantronics", "ega", "vga" or "wy700" to select your
video card model.
* To change the emulation speed, use "-s" argument followed
by the speed factor, "1" for the original speed of 4.77Mhz
Intel 8088 processor.
*/
PCELoader.extraArgs(["-g", "cga", "-s", "4"])))
emulator.start({ waitAfterDownloading: true });
</script>
</body>
</html>
</html>