mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Mockingboard: only do multi-TIMER1 support update when 6502 interrupts are enabled. (#685)
This commit is contained in:
@@ -188,6 +188,11 @@ void SetActiveCpu(eCpuType cpu)
|
||||
g_ActiveCPU = cpu;
|
||||
}
|
||||
|
||||
bool Is6502InterruptEnabled(void)
|
||||
{
|
||||
return !(regs.ps & AF_INTERRUPT);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
#include "CPU/cpu_general.inl"
|
||||
|
||||
Reference in New Issue
Block a user