SuperFX core update, fix a nasty bug that was causing registers and stack to be corrupt, this fixes some issues with Dirt Trax FX and other SuperFX games that could crash because of this bug

This commit is contained in:
pagefault
2003-07-03 20:28:52 +00:00
parent 7717bb5dfd
commit 5481706079

View File

@@ -507,10 +507,8 @@ NEWSYM reg3030w
; Disassemble Flags ; Disassemble Flags
test al,20h test al,20h
jz .noexec jz .noexec
pushad
mov dword [NumberOfOpcodes],100 mov dword [NumberOfOpcodes],100
call StartSFX call StartSFX
popad
.noexec .noexec
ret ret
NEWSYM reg3031w NEWSYM reg3031w