From 9bccb91e4222b61e685ba07f0577f6218a8e13b0 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 8 Feb 2006 08:19:04 +0000 Subject: [PATCH] Ok fixed one small bug that causes NMI's being set from the SuperFX to cause the screen to cause corruption and other pretty effects --- zsnes/src/cpu/irq.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/cpu/irq.asm b/zsnes/src/cpu/irq.asm index e528f911..b73c439e 100644 --- a/zsnes/src/cpu/irq.asm +++ b/zsnes/src/cpu/irq.asm @@ -102,7 +102,7 @@ NEWSYM switchtonmi mov ax,[nmiv] test byte[SfxSCMR],10h jz .nosfxnmi - mov ax,0108h +; mov ax,0108h .nosfxnmi mov [xpc],ax and dl,11110011b