diff --git a/source/Memory.cpp b/source/Memory.cpp index 851d0a64..8a7c55b4 100644 --- a/source/Memory.cpp +++ b/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; } //===========================================================================