From 4485eae5c07c7fe32772b965ec4531b77432407a Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 12 Jun 2002 16:08:51 +0000 Subject: [PATCH] Fix for VIRQ issue with NBA Hangtime --- zsnes/src/cpu/execute.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index fcce6f0c..bceb07c6 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -3653,6 +3653,8 @@ NEWSYM cpuover mov ax,[VIRQLoc] cmp word[curypos],ax jne .novirqz + test byte[INTEnab],80h + jz .novirqz inc word[VIRQLoc] .novirqz mov ax,[oamaddrs]