mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-26 05:31:30 +00:00
Should've submitted this with rev.195:
. Removed ref to regs.bRESET
This commit is contained in:
parent
7a00471c6d
commit
ddfad8ce23
@ -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…
Reference in New Issue
Block a user