mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +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)
|
if (g_bLogDisk_NibblesRW)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
ULONG uCycleDelta = 0;
|
|
||||||
if (!bIsSyncFF)
|
if (!bIsSyncFF)
|
||||||
LOG_DISK("write %04X = %02X (cy=+%d)\r\n", fptr->byte, floppylatch, uCycleDelta);
|
LOG_DISK("write %04X = %02X (cy=+%d)\r\n", fptr->byte, floppylatch, uCycleDelta);
|
||||||
else
|
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)
|
Writes the following: (in 1 continuous write operation)
|
||||||
. 0x26A0 x 36-cycle (9-bit) sync FFs - wraps track
|
. 0x26A0 x 36-cycle (9-bit) sync FFs - wraps track
|
||||||
. Address Field (Prologue=D5AAB5, Epilogue=DEAAEB)
|
. Address Field (Prologue=D5AAB5, Epilogue=DEAAEB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user