From dc565dd28cc724b984babb3ad25e1c15a2c69343 Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 23 Feb 2018 22:39:51 +0000 Subject: [PATCH] Removed extra local var and updated DOS 3.2 INIT comment --- source/Disk.cpp | 1 - source/DiskFormatTrack.cpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/Disk.cpp b/source/Disk.cpp index 601850c4..7ed7013d 100644 --- a/source/Disk.cpp +++ b/source/Disk.cpp @@ -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 diff --git a/source/DiskFormatTrack.cpp b/source/DiskFormatTrack.cpp index 0cc28997..25e0069d 100644 --- a/source/DiskFormatTrack.cpp +++ b/source/DiskFormatTrack.cpp @@ -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)