Cleaned up MMX fix a bit

This commit is contained in:
pagefault
2003-04-15 19:26:49 +00:00
parent 285a71ae22
commit 2fdebdaa3b

View File

@@ -1791,17 +1791,6 @@ NEWSYM headerhack
.marvelous
.notrend
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],'MEGA'
jne .notmmx
cmp dword[esi+4],'MAN '
jne .notmmx
cmp dword[esi+8],'X '
jne .notmmx
mov byte[MMXSRAMFix],1
.notmmx
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],'STAR'
@@ -2541,6 +2530,7 @@ NEWSYM initsnes
jne .mmxf
mov byte[esi+22420h],080h
.mmxf
mov byte[MMXSRAMFix],1
.notmmx
mov esi,[romdata]