From 484977d8b5e663a588e927994f8445f5bb4ce4e8 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 3 Jul 2003 21:08:32 +0000 Subject: [PATCH] SA-1 timing updates, this fixes flicking in various SA-1 games and other graphics problems --- zsnes/src/cpu/execute.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 1381270d..33fc053b 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -2494,7 +2494,7 @@ NEWSYM cpuover test byte[SA1Control],60h jnz near .nosa1 call SA1Swap - cmp byte[CurrentExecSA1],15 + cmp byte[CurrentExecSA1],60 ja .nocontinueexec xor ebx,ebx mov bl,[esi] @@ -4426,7 +4426,7 @@ NEWSYM execsingle inc esi mov [pdh],dh xor dh,dh - cmp byte[CurrentExecSA1],17 + cmp byte[CurrentExecSA1],62 jb near cpuover mov byte[CurrentExecSA1],0 mov byte[cycpl],5