Should've submitted this with rev.195:

. Removed ref to regs.bRESET
This commit is contained in:
tomch 2006-07-04 20:56:48 +00:00
parent 4a75d56c78
commit 3714f6b392
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
//===========================================================================