Should've submitted this with rev.195:
. Removed ref to regs.bRESET
This commit is contained in:
parent
4a75d56c78
commit
3714f6b392
1 changed files with 1 additions and 2 deletions
|
@ -988,12 +988,11 @@ void MemReset ()
|
||||||
mem = memimage;
|
mem = memimage;
|
||||||
image = 0;
|
image = 0;
|
||||||
|
|
||||||
// INITIALIZE THE CPU
|
// INITIALIZE & RESET THE CPU
|
||||||
CpuInitialize();
|
CpuInitialize();
|
||||||
|
|
||||||
// INITIALIZE PAGING, FILLING IN THE 64K MEMORY IMAGE
|
// INITIALIZE PAGING, FILLING IN THE 64K MEMORY IMAGE
|
||||||
ResetPaging(1);
|
ResetPaging(1);
|
||||||
regs.bRESET = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue