Add log msg for power-cycle, and improve debug-check for U1 $Csnn I/O access.

This commit is contained in:
tomcw
2022-03-12 10:16:25 +00:00
parent 12d1a0e1fe
commit 51149083e6
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -532,6 +532,8 @@ void GetAppleWindowTitle()
// todo: consolidate CtrlReset() and ResetMachineState()
void ResetMachineState()
{
LogFileOutput("Apple II power-cycle\n");
GetCardMgr().Reset(true);
g_bFullSpeed = 0; // Might've hit reset in middle of InternalCpuExecute() - so beep may get (partially) muted