mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
WM_CREATE: call CpuCreateCriticalSection() instead of CpuInitialize()
This commit is contained in:
+1
-1
@@ -1926,7 +1926,7 @@ void MemReset()
|
||||
|
||||
// INITIALIZE & RESET THE CPU
|
||||
// . Do this after ROM has been copied back to mem[], so that PC is correctly init'ed from 6502's reset vector
|
||||
CpuInitialize(true);
|
||||
CpuInitialize();
|
||||
//Sets Caps Lock = false (Pravets 8A/C only)
|
||||
|
||||
z80_reset(); // NB. Also called above in CpuInitialize()
|
||||
|
||||
Reference in New Issue
Block a user