WM_CREATE: call CpuCreateCriticalSection() instead of CpuInitialize()

This commit is contained in:
tomcw
2022-02-12 19:11:34 +00:00
parent 3fe06faf65
commit b519031de4
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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()