Tuff-e-nuff needs a higher spc<->65816 ratio

This commit is contained in:
zsknight
2001-05-20 02:05:24 +00:00
parent 5e3714e921
commit 31551674c2

View File

@@ -2079,6 +2079,18 @@ NEWSYM initsnes
mov byte[cycpblt],145
.notfmatchtennis
mov esi,[romdata]
add esi,7FC0h
cmp dword[esi],'TUFF'
jne .nottuffenuff
mov byte[cycpb268],75
mov byte[cycpb358],77
mov byte[cycpbl2],75
mov byte[cycpblt2],75
mov byte[cycpbl],75
mov byte[cycpblt],75
.nottuffenuff
mov esi,[romdata]
add esi,7FC0h
cmp dword[esi],'MEGA'