mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-28 02:32:08 +00:00
Help: update for Config -> Disk: 'Show Status'
This commit is contained in:
parent
8cd51ba155
commit
6a1ebe7801
@ -6,7 +6,7 @@
|
||||
</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);">Disk Settings</h2>
|
||||
<hr size="4"><img style="width: 354px; height: 460px; float: right;" src="img/disk.png" alt="Disk settings" hspace="5" vspace="5">
|
||||
<hr size="4"><img style="width: 354px; height: 497px; float: right;" src="img/disk.png" alt="Disk settings" hspace="5" vspace="5">
|
||||
|
||||
<h3>Floppy Controller Settings:</h3>
|
||||
<p><strong>Enhanced disk access speed:</strong><br>
|
||||
@ -19,6 +19,10 @@ properly. This is the speed at which the real hardware
|
||||
would access data from your drives.
|
||||
</p>
|
||||
|
||||
<p><strong>Show status:</strong><br>
|
||||
In 2x windowed-mode, optionally show the Track and Sector values for Drives 1 and 2 (for any Disk II cards in slots 5 and/or 6).
|
||||
Hovering over this status will show a tooltip with both decimal and hexadecimal values, and the track includes the full fractional quarter track value too.
|
||||
|
||||
<p><strong>Disk 1/2 drop-down menus (slot 6):</strong><br>
|
||||
These menus allow you to select floppy disk images to 'insert' into the
|
||||
emulated floppy drives 1 and 2. This can also be done during emulation by <a href="toolbar.html">using the toolbar</a> or using the F3/F4 keys. Diskettes can be swapped by pressing F5 during emulation. You can also eject images from this menu.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
@ -60,7 +60,7 @@ Win32Frame::Win32Frame()
|
||||
|
||||
g_bScrollLock_FullSpeed = false;
|
||||
|
||||
for (UINT slot = 0; slot < NUM_SLOTS; slot++)
|
||||
for (UINT slot = SLOT0; slot < NUM_SLOTS; slot++)
|
||||
{
|
||||
g_nSector[slot][0] = -1;
|
||||
g_nSector[slot][1] = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user