Removed super punchout hack
This commit is contained in:
@@ -1450,35 +1450,17 @@ NEWSYM headerhack
|
|||||||
mov byte[hirqmode2],0
|
mov byte[hirqmode2],0
|
||||||
mov byte[ENVDisable],0
|
mov byte[ENVDisable],0
|
||||||
|
|
||||||
EXTSYM latchxr
|
|
||||||
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
add esi,07FC0h
|
add esi,07FC0h
|
||||||
cmp dword[esi],'NEUG'
|
cmp dword[esi],'NEUG'
|
||||||
jne .notneugier
|
jne .notneugier
|
||||||
cmp dword[esi+4],'IER '
|
cmp dword[esi+4],'IER '
|
||||||
jne .notneugier
|
jne .notneugier
|
||||||
cmp dword[esi+8],' '
|
|
||||||
jne .notneugier
|
|
||||||
mov word[latchxr],0
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
add esi,0D4150h
|
add esi,0D4150h
|
||||||
mov byte [esi],0F9h
|
mov byte[esi],0F9h
|
||||||
.notneugier
|
.notneugier
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
mov esi,[romdata]
|
|
||||||
add esi,07FC0h
|
|
||||||
cmp dword[esi],'Supe'
|
|
||||||
jne .notspo
|
|
||||||
cmp dword[esi+4],'r Pu'
|
|
||||||
jne .notspo
|
|
||||||
cmp dword[esi+8],'nch-'
|
|
||||||
jne .notspo
|
|
||||||
mov word[latchxr],0
|
|
||||||
.notspo
|
|
||||||
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
add esi,0FFC0h
|
add esi,0FFC0h
|
||||||
cmp dword[esi],'EMER'
|
cmp dword[esi],'EMER'
|
||||||
|
|||||||
Reference in New Issue
Block a user