mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
Removed extra local var and updated DOS 3.2 INIT comment
This commit is contained in:
parent
a07d087467
commit
dc565dd28c
@ -898,7 +898,6 @@ static void __stdcall DiskReadWrite(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULO
|
||||
if (g_bLogDisk_NibblesRW)
|
||||
#endif
|
||||
{
|
||||
ULONG uCycleDelta = 0;
|
||||
if (!bIsSyncFF)
|
||||
LOG_DISK("write %04X = %02X (cy=+%d)\r\n", fptr->byte, floppylatch, uCycleDelta);
|
||||
else
|
||||
|
@ -27,8 +27,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
/*
|
||||
DOS 3.2 notes
|
||||
-------------
|
||||
DOS 3.2 INIT notes
|
||||
------------------
|
||||
Writes the following: (in 1 continuous write operation)
|
||||
. 0x26A0 x 36-cycle (9-bit) sync FFs - wraps track
|
||||
. Address Field (Prologue=D5AAB5, Epilogue=DEAAEB)
|
||||
|
Loading…
Reference in New Issue
Block a user