mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Debugger: add red 'IRQ' after the v/h-pos when IRQ is being asserted to the 6502
This commit is contained in:
@@ -193,6 +193,11 @@ void SetActiveCpu(eCpuType cpu)
|
||||
g_ActiveCPU = cpu;
|
||||
}
|
||||
|
||||
bool IsIrqAsserted(void)
|
||||
{
|
||||
return g_bmIRQ ? true : false;
|
||||
}
|
||||
|
||||
bool Is6502InterruptEnabled(void)
|
||||
{
|
||||
return !(regs.ps & AF_INTERRUPT);
|
||||
|
||||
Reference in New Issue
Block a user