Cleaned up MMX fix a bit
This commit is contained in:
@@ -1791,17 +1791,6 @@ NEWSYM headerhack
|
|||||||
.marvelous
|
.marvelous
|
||||||
.notrend
|
.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]
|
mov esi,[romdata]
|
||||||
add esi,07FC0h
|
add esi,07FC0h
|
||||||
cmp dword[esi],'STAR'
|
cmp dword[esi],'STAR'
|
||||||
@@ -2541,6 +2530,7 @@ NEWSYM initsnes
|
|||||||
jne .mmxf
|
jne .mmxf
|
||||||
mov byte[esi+22420h],080h
|
mov byte[esi+22420h],080h
|
||||||
.mmxf
|
.mmxf
|
||||||
|
mov byte[MMXSRAMFix],1
|
||||||
.notmmx
|
.notmmx
|
||||||
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
|
|||||||
Reference in New Issue
Block a user