mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-03 09:05:23 +00:00
167 lines
2.6 KiB
HTML
167 lines
2.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
|
||
|
|
||
|
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
|
|
||
|
|
||
|
<title>Using the ToolBar</title>
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body style="background-color: rgb(255, 255, 255); font-family: verdana;" alink="#008000" link="#008000" vlink="#008000">
|
||
|
|
||
|
|
||
|
<h2 style="color: rgb(0, 128, 0);">Using
|
||
|
the Toolbar</h2>
|
||
|
|
||
|
|
||
|
<hr size="4">
|
||
|
<table border="0" cellpadding="3" cellspacing="3">
|
||
|
|
||
|
|
||
|
<tbody>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td width="50"><img style="width: 46px; height: 46px;" alt="Help" src="img/tb-hlp.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F1 --
|
||
|
Help:</strong><br>
|
||
|
|
||
|
|
||
|
Displays the help file that you are currently reading.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Run" src="img/tb-run.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F2 --
|
||
|
Run/Reboot:</strong><br>
|
||
|
|
||
|
|
||
|
Starts the emulated machine if it is not currently running, or reboots
|
||
|
it if it is currently running.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Drive 1:" src="img/tb-drv1.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F3 --
|
||
|
Drive 1:</strong><br>
|
||
|
|
||
|
|
||
|
Selects a disk image file for drive 1.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Drive 2:" src="img/tb-drv2.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F4 --
|
||
|
Drive 2:</strong><br>
|
||
|
|
||
|
|
||
|
Selects a disk image file for drive 2.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Swap Disks" src="img/tb-drvswp.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F5 --
|
||
|
Swap Disks:</strong><br>
|
||
|
|
||
|
|
||
|
Swap the disks in drives 1 and 2.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Toggle Window / Fullscreen" src="img/tb-fs.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F6 --
|
||
|
Window/Full Screen:</strong><br>
|
||
|
|
||
|
|
||
|
Toggle between Windowed and Full Screen video mode.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Debug" src="img/tb-dbg.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F7 --
|
||
|
Debug:</strong><br>
|
||
|
|
||
|
|
||
|
Displays the actual assembly language instructions that the emulated
|
||
|
machine is executing.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
|
||
|
<td><img style="width: 46px; height: 46px;" alt="Configure" src="img/tb-cfg.png"></td>
|
||
|
|
||
|
|
||
|
<td><strong>F8 --
|
||
|
Configure:</strong><br>
|
||
|
|
||
|
|
||
|
Allows you to customize the emulated machine, and the way the Apple's
|
||
|
input and output devices are mapped onto your PC's input and output
|
||
|
devices.</td>
|
||
|
|
||
|
|
||
|
</tr>
|
||
|
|
||
|
|
||
|
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|