From f0fe992c29744a00163325e7e145dd16f079d16e Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Thu, 11 Oct 2018 09:46:30 -0700 Subject: [PATCH] clean up the grammar and presentation of the explanatory comment somewhat --- example_pce_ibmpc.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/example_pce_ibmpc.html b/example_pce_ibmpc.html index 25ae57cd..68ab9b45 100644 --- a/example_pce_ibmpc.html +++ b/example_pce_ibmpc.html @@ -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 }); - \ No newline at end of file +