Updated History.txt and help about Ctrl-n for emulation speed control (#678)

This commit is contained in:
tomcw 2019-08-29 18:54:01 +01:00
parent 9e3f7b0ffc
commit 3311c6f742
3 changed files with 25 additions and 2 deletions

View File

@ -8,6 +8,18 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.29.2.0 - ?? Sep 2019
----------------------
. [Change #678] Hotkeys to change emulation speed:
- Ctrl-0 Toggles between custom speed and Full-Speed
- Ctrl-1 Sets 1 MHz
- Ctrl-3 Sets Full-Speed
. [Change #671] Register .woz extension with AppleWin. Updated AppleWin.chm & DELREG.INF.
. [Bug #677] Loading a save-state wasn't restoring the pending IRQ.
. [Bug #677] For WOZ images: all even disk I/O read accesses will now read the data latch.
. [PR #674] Prevent uninitialized value bugs and improve string safety.
1.29.1.0 - 27 Jul 2019
----------------------
. [Bug #662] Fixed WOZ 'Wizardry III' not booting.

View File

@ -16,11 +16,15 @@
<p>This can be enabled manually or automatically in a variety of ways:</p>
<ul>
<li>Permanently enable by the AppleWin <a href="cfg-config.html">Configuration</a> tab's 'Emulation Speed Control', and setting 'Custom Speed (in MHz)' to 'Fastest'.
<li>Permanently enabled by the AppleWin <a href="cfg-config.html">Configuration</a> tab's 'Emulation Speed Control', and setting 'Custom Speed (in MHz)' to 'Fastest'.
<li>Scroll Lock key: can be configured to toggle normal/full-speed mode, or only enable full-speed when pressed.
<ul>
<li>See <a href="cfg-input.html">Input</a> for configuring how Scroll Lock behaves.
</ul>
<li>Ctrl-0 & Ctrl-3: can be used to toggle custom/full-speed mode, or set full-speed mode respectively.
<ul>
<li>See <a href="keyboard.html">Using the Keyboard</a> for more information.
</ul>
<li>When 'Disk access speed' is set to 'Enhanced Speed' (the default), then whenever the Disk][ drive motor is on, the emulator will automatically switch to full-speed (and when the motor is switched off, then the emulator will automatically revert to what the 'Emulation Speed Control' has been set to).
<ul>
<li>See <a href="cfg-disk.html">Disk</a> for configuring 'Disk access speed'.

View File

@ -56,9 +56,16 @@
<p><span style="font-weight: bold;">Scroll Lock:</span><br>
<span style="font-style: italic;">Scroll Lock</span>
key can be configured to toggle normal/full-speed mode, or only enable full-speed when pressed. See <a href="cfg-input.html">Input</a> for configuring how <span style="font-style: italic;">Scroll Lock</span> behaves.
NOTE:&nbsp; The status of the PC's
NOTE:&nbsp;The status of the PC's
<span style="font-style: italic;">Scroll Lock</span>
LED is meaningless.</p>
<p><span style="font-weight: bold;">Ctrl+0, Ctrl+1, Ctrl+3:</span><br>
Hotkeys to change emulation speed:
<ul>
<li>Ctrl-0 Toggles between custom speed and Full-Speed
<li>Ctrl-1 Sets 1 MHz
<li>Ctrl-3 Sets Full-Speed
</ul>
<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>