Fix starfox speed and a number of superfx issues for now

This commit is contained in:
pagefault
2005-01-23 03:16:33 +00:00
parent 92ce0bfcf2
commit 855c9d7b61

View File

@@ -3837,12 +3837,6 @@ NEWSYM StartSFX
test al,08h test al,08h
jz .noaccess jz .noaccess
.noram .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 eax,[NumberOfOpcodes2]
mov [NumberOfOpcodes],eax mov [NumberOfOpcodes],eax
call MainLoop call MainLoop