mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
Update html help pages for new and missing things added up to 1.26.2
This commit is contained in:
parent
684a659383
commit
9d5d3bce28
@ -64,6 +64,7 @@ Changes:
|
||||
. Remove unsupported PC speaker sound types
|
||||
. [PR #235] New start-up title screen by Paulo Garcia
|
||||
. [PR #233] Configuration Dialog->Disk tab: Buttons replaced with drop-down menu for select/eject by Paulo Garcia
|
||||
. Removed CTRL+F9 functionality to cycle through AppleWin's character sets (ie. original Apple II charsets and clones' char-sets)
|
||||
|
||||
Fixes:
|
||||
. [Bug #129] Tight loop page-flipping causing heavy CPU load (fixed by NTSC / cycle-accurate video emulation)
|
||||
|
@ -45,7 +45,17 @@
|
||||
</ul>
|
||||
-load-state <savestate><br>
|
||||
Load a save-state file<br><br>
|
||||
<P> </P>
|
||||
-modem<br>
|
||||
Shorthand for passing -dtr -dcd -dsr<br><br>
|
||||
-dtr<br>
|
||||
Support SSC's DTR (Data Terminal Ready) control bit<br><br>
|
||||
-dcd<br>
|
||||
Support SSC's DCD (Data Carrier Detect) status bit<br><br>
|
||||
-dtr<br>
|
||||
Support SSC's DSR (Data Set Ready) status bit<br><br>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<P style="FONT-WEIGHT: bold">Debug arguments:
|
||||
</P>
|
||||
-l<br>
|
||||
|
@ -23,23 +23,24 @@ system. Your choices are:<br>
|
||||
<li>Sound Card (recommended)</li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
<strong>Volume Control:</strong><br>
|
||||
|
||||
These slider controls allow you to control the sound
|
||||
levels of the built-in Apple //e speaker and/or an optional
|
||||
Mockingboard
|
||||
or Phasor speaker.<br>
|
||||
Mockingboard or Phasor speaker.<br>
|
||||
|
||||
<br>
|
||||
|
||||
<strong>Mockingboard/Phasor Control:</strong><br>
|
||||
|
||||
These options allow you to either enable a pair of Mockingboard sound
|
||||
cards in slots 4 and
|
||||
5, or enable a Phasor sound card in slot 4, or simply disable any
|
||||
external
|
||||
sound card for the emulated system.<span style="font-weight: bold;"><br>
|
||||
cards in slots 4 and 5, or enable a Phasor sound card in slot 4, or simply disable any
|
||||
external sound card for the emulated system.<br>
|
||||
|
||||
<br>
|
||||
<strong>SAM:</strong><br>
|
||||
|
||||
SAM (Software Automatic Mouth) is an 8-bit DAC card than can be enabled in slot 5.
|
||||
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -121,5 +121,73 @@
|
||||
bug that has already been fixed. </i>
|
||||
<br>
|
||||
</p>
|
||||
|
||||
<h2><a name="Debugger"></a>Exiting the Debugger</h2>
|
||||
<p>In general, press <b><font face="Courier, monospace">F7</font></b> to exit the debugger.<br>
|
||||
NB. If you have breakpoints set then you will exit the debugger in 'stepping' mode.<br><br>
|
||||
Other ways to exit the debugger and force 'stepping' mode are:
|
||||
</p>
|
||||
<table border="1" cellpadding="2" cellspacing="0" width="75%">
|
||||
<COLGROUP>
|
||||
<col width="26">
|
||||
<col width="64">
|
||||
<col width="166">
|
||||
<tbody>
|
||||
<tr bgcolor="#000000">
|
||||
<td width="14%">
|
||||
<p><font color="#ffffff"><b>Command</b></font></p>
|
||||
</td>
|
||||
<td width="25%">
|
||||
<p><font color="#ffffff"><b>Run at normal speed?</b></font></p>
|
||||
</td>
|
||||
<td width="25%">
|
||||
<p><font color="#ffffff"><b>Run at full speed?</b></font></p>
|
||||
</td>
|
||||
<td width="18%">
|
||||
<p><font color="#ffffff"><b>Video quality</b></font></p>
|
||||
</td>
|
||||
<td width="18%">
|
||||
<p><font color="#ffffff"><b>Sound quality</b></font></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="14%">
|
||||
<p>g</p>
|
||||
</td>
|
||||
<td width="25%">
|
||||
<p>yes</p>
|
||||
</td>
|
||||
<td width="25%">
|
||||
<p>only if disk active, etc</p>
|
||||
</td>
|
||||
<td width="18%">
|
||||
<p>precise</p>
|
||||
</td>
|
||||
<td width="18%">
|
||||
<p>precise</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="14%">
|
||||
<p>gg</p>
|
||||
</td>
|
||||
<td width="25%">
|
||||
<p>no</p>
|
||||
</td>
|
||||
<td width="25%">
|
||||
<p>always</p>
|
||||
</td>
|
||||
<td width="18%">
|
||||
<p>periodic</p>
|
||||
</td>
|
||||
<td width="18%">
|
||||
<p>muted</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<p>Finally to exit 'stepping' and return to the debugger, use F7, the Pause key or the Debugger toolbar button.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<LI>
|
||||
<A href="#Introduction">Introduction</A>
|
||||
<LI>
|
||||
<A href="dbg-entering-debugger.html">Entering the Debugger</A>
|
||||
<A href="dbg-entering-debugger.html">Entering and exiting the Debugger</A>
|
||||
<LI>
|
||||
<A href="dbg-scrolling.html">Scrolling</A>
|
||||
<LI>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 30 KiB |
@ -11,6 +11,7 @@
|
||||
<p><span style="font-weight: bold;">Reset</span>:<br>
|
||||
On the Apple //e, you could usually press Control+Reset to interrupt a running
|
||||
program. With the Apple //e Emulator, you may emulate this key sequence with
|
||||
<span style="font-style: italic;">Ctrl+F2</span> or
|
||||
<span style="font-style: italic;">Ctrl+Break</span>.
|
||||
</p>
|
||||
<p><span style="font-weight: bold;">Open Apple:</span><br>
|
||||
@ -20,14 +21,14 @@
|
||||
and
|
||||
<span style="font-style: italic;">Alt</span>
|
||||
on a PC, in that it was used in conjunction with other keys. This key is
|
||||
emulated with the PC's left
|
||||
<span style="font-style: italic;">Alt</span>
|
||||
emulated with the PC's
|
||||
<span style="font-style: italic;">Left Alt</span>
|
||||
key, which is in the same position as the Open Apple key on the original //e.
|
||||
</p>
|
||||
<p><span style="font-weight: bold;">Solid Apple:</span><br>
|
||||
The Solid Apple key was introduced on the Apple //e and later renamed to the
|
||||
Option key. This key is emulated with the PC's right
|
||||
<span style="font-style: italic;">Alt</span>
|
||||
Option key. This key is emulated with the PC's
|
||||
<span style="font-style: italic;">Right Alt</span>
|
||||
key, which is in the same position as the Solid Apple key on the original //e.
|
||||
</p>
|
||||
<p><span style="font-weight: bold;">Numeric Keypad:</span><br>
|
||||
@ -53,9 +54,11 @@
|
||||
key is pressed down.</p>
|
||||
<p><span style="font-weight: bold;">Shift+Insert:</span><br>
|
||||
Paste text from Windows' clipboard. Text gets fed a character at a time to the
|
||||
Apple's keyboard hardware. The 'CR+LF' combination gets converted to CR.</p>
|
||||
Apple's keyboard hardware. The 'CR+LF' combination gets converted to CR.</p>
|
||||
<p><span style="font-weight: bold;">PrintScrn:</span><br>
|
||||
Save Apple screen to bitmap. The file is saved to the last directory you opened a disk image from. The default resolution is 560x384. Use Shift+PrintScrn to save a 280x192 bitmap. The filename
|
||||
Save Apple screen to bitmap. The file is saved to the last directory you opened a disk image from. The default resolution is 560x384. Use
|
||||
<span style="font-style: italic;">Shift+PrintScrn</span>
|
||||
to save a 280x192 bitmap. The filename
|
||||
generated depends if you have a floppy inserted in drive-1 or not. If you do then
|
||||
files are named "{DiskFilename}_#.bmp" otherwise they are named "AppleWin_ScreenShot_#.bmp".</p>
|
||||
<p><span style="font-weight: bold;">Shift+PrintScrn:</span><br>
|
||||
@ -67,23 +70,18 @@
|
||||
<p><span style="font-weight: bold;">Function Keys F1-F8:</span><br>
|
||||
These PC function keys correspond to buttons on the <a href="toolbar.html">toolbar</a>.</p>
|
||||
<p><span style="font-weight: bold;">Function Key F2 + Ctrl:</span><br>
|
||||
This PC function key combo acts like Ctrl+RESET (instead of power-cycle).</p>
|
||||
This PC function key combo acts like Ctrl+Reset (instead of power-cycle).</p>
|
||||
<p><span style="font-weight: bold;">Function Key F6 + Ctrl:</span><br>
|
||||
This PC function key combo toggles between 1x and 2x window sizes.</p>
|
||||
<p><span style="font-weight: bold;">Function Key F9:</span><br>
|
||||
This PC function key will cycle through AppleWin's display modes:
|
||||
monochrome (custom), color (normal), color (text optimized), color (TV
|
||||
emulation), etc. This shortcut allows you to switch display modes without going
|
||||
This PC function key will cycle through AppleWin's display modes:
|
||||
monochrome (custom), Color Monitor, B&W TV, Color TV, etc. This shortcut allows you to switch display modes without going
|
||||
through the configuration dialog. <br>NB. Use Shift+F9 to reverse-cycle the display modes.</p>
|
||||
<p><span style="font-weight: bold;">Function Key F9 + Ctrl + Shift:</span><br>
|
||||
This PC function key combo will toggle 50% scanline mode</p>
|
||||
<p><span style="font-weight: bold;">Function Key F9 + Ctrl:<br></span>
|
||||
This PC function key combo will cycle through AppleWin's character sets:
|
||||
original Apple II charsets and clones' char-sets. This shortcut allows
|
||||
you to override the default character sets of the Apple II model or clone.</p>
|
||||
<p><span style="font-weight: bold;">Function Key F10 (or Ctrl+left mouse button):</span><br>
|
||||
This PC function key will stop emulating an Apple joystick with the PC's mouse.<br>In
|
||||
Pravets 8A emulation mode it servers as Caps Lock and Ctrl+F10 shall
|
||||
This PC function key will stop emulating an Apple joystick with the PC's mouse.<br>
|
||||
In Pravets 8A emulation mode it servers as Caps Lock and Ctrl+F10 shall
|
||||
be used to stop emulating an Apple joystick with the PC's mouse.</p>
|
||||
<p><span style="font-weight: bold;">Function Keys F11-F12:</span><br>
|
||||
These PC function keys correspond to saving/loading a <a href="savestate.html">save-state</a>
|
||||
|
@ -10,8 +10,7 @@
|
||||
Sound</h2>
|
||||
<hr size="4">
|
||||
<h3>Sound:</h3>
|
||||
<p>AppleWin emulates both the internal speaker
|
||||
and also the Mockingboard (or Phasor) sound card, using a PC sound card.</p>
|
||||
<p>AppleWin emulates the internal speaker, the Mockingboard (or Phasor) sound card and also the SAM card; using a PC sound card.</p>
|
||||
<p>Use the AppleWin Configuration tab labelled <em>Sound</em>.</p>
|
||||
<p>If you want to use a sound card then use at least DirectX 9.</p>
|
||||
<h4>Speaker:</h4>
|
||||
@ -31,20 +30,24 @@
|
||||
<H4>Phasor:</H4>
|
||||
<P>When Phasor is enabled, the card is physically plugged into slot 4 of the Apple II.</P>
|
||||
<P>Phasor is equivalent to 2 Mockingboards: so has 4x AY8910 & 1x SSI263.</P>
|
||||
<P> </P>
|
||||
<br>
|
||||
<P>There are a number of games and demos that support Mockingboard (or Phasor), eg:</P>
|
||||
<ul>
|
||||
<li>Adventure Construction Set</li>
|
||||
<li>Berzap!</li>
|
||||
<li>Crimewave (Votrax speech)</li>
|
||||
<li>Crypt of Medea (Votrax speech)</li>
|
||||
<li>Cybernoid Music Disk</li>
|
||||
<li>French Touch demos, eg. (NOT SO) Cheap Tunes, Plasmagoria, Raster Bars + others</li>
|
||||
<li>Lady Tut (Mockingboard version)</li>
|
||||
<li>Mockingboard software (Sweet Micro Systems)</li>
|
||||
<li>Music Construction Set</li>
|
||||
<li>Night Flight</li>
|
||||
<li>One on one (Mockingboard version)</li>
|
||||
<li>Phasor software (Applied Engineering)</li>
|
||||
<li>Popeye</li>
|
||||
<li>Rescue Raiders v1.3 (Speech only)</li>
|
||||
<li>Rescue Raiders v1.3 (SSI263 speech only)</li>
|
||||
<li>Silent Service</li>
|
||||
<li>Skyfox</li>
|
||||
<li>Spy Strikes Back</li>
|
||||
<li>Ultima III (Mockingboard version)</li>
|
||||
@ -53,5 +56,8 @@
|
||||
<li>Willy Byte</li>
|
||||
<li>Zaxxon (Mockingboard version)</li>
|
||||
</ul>
|
||||
<br>
|
||||
<h3>SAM:</h3>
|
||||
<p>SAM (Software Automatic Mouth) is an 8-bit DAC card than can be enabled in slot 5.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -23,7 +23,7 @@ Displays the help file that you are currently reading.</td>
|
||||
<td><strong>F2 --
|
||||
Run/Reboot:</strong><br>
|
||||
Starts the emulated machine if it is not currently running, or reboots (power-cycles)
|
||||
it if it is currently running. (Use Ctrl+F2 to simulate Ctrl+RESET.)</td>
|
||||
it if it is currently running. (Use Ctrl+F2 or Ctrl+Break to simulate Ctrl+Reset.)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img style="width: 46px; height: 46px;" alt="Drive 1:" src="img/tb-drv1.png"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user