mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
Should've submitted this with rev.195:
. Removed ref to regs.bRESET
This commit is contained in:
parent
4a75d56c78
commit
3714f6b392
@ -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;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user