From ec4cf6449f161cc886c1ec2ad4caaa1ba356d3f1 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 1 May 2004 04:11:52 +0000 Subject: [PATCH] Fix stupid parser error --- zsnes/src/cpu/execute.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 69989f19..a614d6c0 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -2248,8 +2248,7 @@ NEWSYM nmiprevaddrl, dd 0 ; observed address -5 NEWSYM nmiprevaddrh, dd 0 ; observed address +5 NEWSYM nmirept, dd 0 ; NMI repeat check, if 6 then okay NEWSYM nmiprevline, dd 224 ; previous line -NEWSYM nmistatus, dd 0 ; 0 = none, 1 = waiting for nmi location, - ; 2 = found, disable at next line +NEWSYM nmistatus, dd 0 ; 0 = none, 1 = waiting for nmi location, 2 = found, disable at next line NEWSYM joycontren, dd 0 ; joystick read control check NEWSYM NextLineCache, db 0 NEWSYM NetQuit, db 0