Change SuperFX clock speed again using test results

This commit is contained in:
pagefault
2004-10-18 20:20:03 +00:00
parent d3291cb162
commit a96f588f04

View File

@@ -4231,7 +4231,7 @@ NEWSYM StartSFX
mov eax,[NumberOfOpcodes2] mov eax,[NumberOfOpcodes2]
test byte[SfxCLSR],0 test byte[SfxCLSR],0
jnz .nofastsfx jnz .nofastsfx
add eax,500000 add eax,200000
.nofastsfx .nofastsfx
mov [NumberOfOpcodes],eax mov [NumberOfOpcodes],eax
call MainLoop call MainLoop