From 5584a78c0da54021915f2802cdbb218280f50a03 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Mon, 3 Jan 2005 18:20:41 +0000 Subject: [PATCH] Fix Winter Gold FX crash, although this might not make the other SFX games happy. Anyone up for really fixing our SFX core? --- zsnes/src/cpu/execute.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 7f294bb0..ed9c9c6b 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -4020,6 +4020,7 @@ NEWSYM StartSFX test byte[SfxCLSR],01h jnz .nofastsfx mov byte[SfxAC],1 + mov byte[cycpl],126 ;Winter Gold FX wants this .nofastsfx mov eax,[NumberOfOpcodes2] mov [NumberOfOpcodes],eax