Update help html files for 1.25 release
This commit is contained in:
parent
fc5818ee34
commit
c46694216d
8 changed files with 31 additions and 21 deletions
|
@ -26,7 +26,23 @@
|
|||
-use-real-printer<br>
|
||||
Enables Advanced configuration control to allow dumping to a real printer<br><br>
|
||||
-noreg<br>
|
||||
Disable registration of file extensions (.do/.dsk/.nib/.po)<br>
|
||||
Disable registration of file extensions (.do/.dsk/.nib/.po)<br><br>
|
||||
-memclear <n><br>
|
||||
Where n is [0..7]:
|
||||
<ul>
|
||||
<li>0 Initialize memory to zero</li>
|
||||
<li>1 Initialize memory to random values</li>
|
||||
<li>2 Initialize memory to 4 byte pattern: FF FF 00 00</li>
|
||||
<li>3 Initialize memory to even pages FF, odd pages 00</li>
|
||||
<li>4 Initialize memory to first half page 00, last half page FF</li>
|
||||
<li>5 Initialize memory to first half page FF, last half page 00</li>
|
||||
<li>6 Initialize memory to byte offset of that page
|
||||
(current memory address low byte)
|
||||
i.e. 00:00 01 02 03 ... for page $20</li>
|
||||
<li>7 Initialize memory to page address
|
||||
(current memory address high byte)
|
||||
i.e. 00:20 20 20 20 ... for page $20</li>
|
||||
</ul>
|
||||
<P> </P>
|
||||
<P style="FONT-WEIGHT: bold">Debug arguments:
|
||||
</P>
|
||||
|
|
|
@ -28,15 +28,14 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
Windows 8 related issues.
|
||||
Windows 8/8.1 related issues.
|
||||
<ul>
|
||||
<li>These full-screen issues (CTRL+F6) have been reported under Windows 8:
|
||||
<li>This full-screen issue (F6) have been reported under Windows 8/8.1:
|
||||
<ul>
|
||||
<li>Screen switches to full-screen for a few seconds (showing AppleWin window in top-left) then reverts back to the desktop.</li>
|
||||
<li>Full-screen mode runs with a corrupt pastille palette.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>These issues seem to depend on certain graphics adapters. The only workaround is to avoid full-screen mode for now.</li>
|
||||
<li>This issue seem to depend on certain graphics adapters. The only workaround is to avoid full-screen mode for now.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<h2 style="COLOR: rgb(0,128,0)">Acknowledgements</h2>
|
||||
<hr size="4">
|
||||
<p>The team would like to thank the following people for their contributions:</p>
|
||||
<p style="MARGIN-LEFT: 40px">Brian Broker: This HTML / CHM help file</p>
|
||||
<p style="MARGIN-LEFT: 40px">Thomas Stahl: TV emulation mode</p>
|
||||
<p style="MARGIN-LEFT: 40px">Chris Foxwell: SSI263 phoneme samples</p>
|
||||
<p style="MARGIN-LEFT: 40px">Robert Hoem: Harddisk card (source module & f/w)</p>
|
||||
|
|
|
@ -79,6 +79,9 @@
|
|||
processor from the system) or you can underclock or overclock the emulated
|
||||
processor speed from half-speed to as fast as your PC can emulate.<br>
|
||||
<br>
|
||||
<strong>Confirm reboot:</strong><br>
|
||||
Show "Confirm reboot" message box when F2 is pressed.<br>
|
||||
<br>
|
||||
<strong>Benchmark Emulator:</strong><br>
|
||||
This will run a benchmark test that will show how fast your PC can emulate an
|
||||
Apple //e system with this emulator. In order to run the benchmark, the
|
||||
|
|
|
@ -11,21 +11,10 @@
|
|||
<hr SIZE="4">
|
||||
<P></P>
|
||||
<P><br>
|
||||
To contact the project administrators, email:<br>
|
||||
<A href="mailto:tomch@users.berlios.de">Tom Charlesworth</A><br>
|
||||
<A href="mailto:mpohoreski@users.berlios.de">Michael Pohoreski</A><br>
|
||||
<A href="mailto:nick_westgate@users.berlios.de">Nick Westgate</A></P>
|
||||
To contact the project administrators, post a question to the GitHub link below.<br>
|
||||
<br>
|
||||
<P>Bug reports should be submitted here:<br>
|
||||
<A href="https://developer.berlios.de/bugs/?func=addbug&group_id=6117">https://developer.berlios.de/bugs/?func=addbug&group_id=6117</A>
|
||||
<P>Bug reports / feature requests should be submitted here:<br>
|
||||
<A href="https://github.com/AppleWin/AppleWin/issues/new">https://github.com/AppleWin/AppleWin/issues/new</A>
|
||||
</P>
|
||||
<P>Feature requests should be submitted here:<br>
|
||||
<A href="https://developer.berlios.de/feature/?func=addfeature&group_id=6117">https://developer.berlios.de/feature/?func=addfeature&group_id=6117</A>
|
||||
</P>
|
||||
<P>
|
||||
<br>
|
||||
To contact the author of this help file, email:
|
||||
<br>
|
||||
<a href="mailto:brian_broker@yahoo.com">Brian Broker</a></P>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 35 KiB |
|
@ -60,12 +60,14 @@
|
|||
files are named "{DiskFilename}_#.bmp" otherwise they are named "AppleWin_ScreenShot_#.bmp".</p>
|
||||
<p><span style="font-weight: bold;">Shift+PrintScrn:</span><br>
|
||||
See above.</p>
|
||||
<p><span style="font-weight: bold;">Ctrl+PrintScrn:</span><br>
|
||||
Copy the text screen (auto detect 40/80 columns) to the clipboard.</p>
|
||||
<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>
|
||||
<p><span style="font-weight: bold;">Function Key F6 + Ctrl:</span><br>
|
||||
This PC function key combo switches to full screen video mode.</p>
|
||||
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
|
||||
|
|
|
@ -47,7 +47,7 @@ Swap the disks in drives 1 and 2.</td>
|
|||
<td><img style="width: 46px; height: 46px;" alt="Toggle Window / Fullscreen" src="img/tb-fs.png"></td>
|
||||
<td><strong>F6 --
|
||||
Window Size/Full Screen:</strong><br>
|
||||
Toggle between windowed 1x and 2x video modes. (Use Ctrl+F6 to switch to full screen video mode.)</td>
|
||||
Toggle between windowed and full screen video modes. (Use Ctrl+F6 to toggle between 1x and 2x window sizes.)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img style="width: 46px; height: 46px;" alt="Debug" src="img/tb-dbg.png"></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue