Removed super punchout hack

This commit is contained in:
pagefault
2001-08-15 18:12:40 +00:00
parent 1d7d9f10f4
commit 3e96700b44

View File

@@ -1450,35 +1450,17 @@ NEWSYM headerhack
mov byte[hirqmode2],0
mov byte[ENVDisable],0
EXTSYM latchxr
mov esi,[romdata]
add esi,07FC0h
cmp dword[esi],'NEUG'
jne .notneugier
cmp dword[esi+4],'IER '
jne .notneugier
cmp dword[esi+8],' '
jne .notneugier
mov word[latchxr],0
mov esi,[romdata]
add esi,0D4150h
mov byte [esi],0F9h
mov byte[esi],0F9h
.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]
add esi,0FFC0h
cmp dword[esi],'EMER'