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