Removed King of Rally Hack it is no longer needed

This commit is contained in:
pagefault
2003-04-24 03:18:44 +00:00
parent aecc4abaaf
commit 716e9b18be

View File

@@ -1468,33 +1468,11 @@ NEWSYM Outputfilename
call Get_Key call Get_Key
ret ret
; Header hacks
headerhack2:
; THE KING OF RALLY - Header hack
mov esi,[romdata]
cmp dword[esi+7FC0h],'THE '
jne near .nokingofrally
cmp dword[esi+7FC4h],'KING'
jne near .nokingofrally
cmp dword[esi+7FC8h],' OF '
jne near .nokingofrally
cmp dword[esi+7FCCh],'RALL'
jne near .nokingofrally
mov dword[esi+0FFC0h],0FFFFFFFFh
mov dword[esi+0FFC4h],0FFFFFFFFh
mov dword[esi+0FFC8h],0FFFFFFFFh
mov dword[esi+0FFCCh],0FFFFFFFFh
mov dword[esi+0FFD0h],0FFFFFFFFh
mov dword[esi+0FFD4h],0FFFFFFFFh
mov dword[esi+0FFD8h],0FFFFFFFFh
mov dword[esi+0FFDCh],0FFFFFFFFh
.nokingofrally
ret
SECTION .text SECTION .text
; Header hacks
EXTSYM ewj2hack EXTSYM ewj2hack
EXTSYM latchyr EXTSYM latchyr
@@ -5834,7 +5812,6 @@ SECTION .text
NEWSYM CheckROMType NEWSYM CheckROMType
call SetAddressingModes call SetAddressingModes
call GenerateBank0Table call GenerateBank0Table
call headerhack2
mov byte[intldone],0 mov byte[intldone],0
xor eax,eax xor eax,eax