From 3714f6b3928b5754bd0e988a7a4a0919032228f1 Mon Sep 17 00:00:00 2001 From: tomch Date: Tue, 4 Jul 2006 20:56:48 +0000 Subject: [PATCH] Should've submitted this with rev.195: . Removed ref to regs.bRESET --- AppleWin/source/Memory.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AppleWin/source/Memory.cpp b/AppleWin/source/Memory.cpp index 851d0a64..8a7c55b4 100644 --- a/AppleWin/source/Memory.cpp +++ b/AppleWin/source/Memory.cpp @@ -988,12 +988,11 @@ void MemReset () mem = memimage; image = 0; - // INITIALIZE THE CPU + // INITIALIZE & RESET THE CPU CpuInitialize(); // INITIALIZE PAGING, FILLING IN THE 64K MEMORY IMAGE ResetPaging(1); - regs.bRESET = 1; } //===========================================================================