Removed extra local var and updated DOS 3.2 INIT comment

This commit is contained in:
tomcw
2018-02-23 22:39:51 +00:00
parent a07d087467
commit dc565dd28c
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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