Debugger: when displaying 6522 regs, if T1/T2 are active, then display in white

This commit is contained in:
tomcw
2021-05-09 13:38:16 +01:00
parent b15abd0ba9
commit ce309324bb
3 changed files with 18 additions and 7 deletions
+2 -2
View File
@@ -1805,8 +1805,8 @@ void MB_GetSnapshot_v1(SS_CARD_MOCKINGBOARD_v1* const pSS, const DWORD dwSlot)
memset(&pSS->Unit[i].RegsSSI263, 0, sizeof(SSI263A)); // Not used by debugger
pSS->Unit[i].nAYCurrentRegister = pMB->nAYCurrentRegister;
pSS->Unit[i].bTimer1IrqPending = false;
pSS->Unit[i].bTimer2IrqPending = false;
pSS->Unit[i].bTimer1Active = pMB->bTimer1Active;
pSS->Unit[i].bTimer2Active = pMB->bTimer2Active;
pSS->Unit[i].bSpeechIrqPending = false;
nDeviceNum++;