mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Debugger: when displaying 6522 regs, if T1/T2 are active, then display in white
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user