From 855c9d7b619ad75d7659e7be18bb37ff0761c777 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sun, 23 Jan 2005 03:16:33 +0000 Subject: [PATCH] Fix starfox speed and a number of superfx issues for now --- zsnes/src/cpu/execute.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zsnes/src/cpu/execute.asm b/zsnes/src/cpu/execute.asm index 86822f0f..e105b8ee 100644 --- a/zsnes/src/cpu/execute.asm +++ b/zsnes/src/cpu/execute.asm @@ -3837,12 +3837,6 @@ NEWSYM StartSFX test al,08h jz .noaccess .noram - mov byte[SfxAC],0 - 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 call MainLoop