From d1c1f7de265eefb0894d07be9299bf81af11f517 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 17 Feb 2009 01:34:26 +0000 Subject: [PATCH] --- AppleWin/source/Memory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/AppleWin/source/Memory.cpp b/AppleWin/source/Memory.cpp index 92706c11..2af6c418 100644 --- a/AppleWin/source/Memory.cpp +++ b/AppleWin/source/Memory.cpp @@ -1178,6 +1178,7 @@ void MemReset () memmain[ iByte++ ] = 0xFF; memmain[ iByte++ ] = 0xFF; + // Note: ODD 16-bit words are zero'd above... iByte++; iByte++; }