Reversed fix
This commit is contained in:
@@ -785,8 +785,6 @@ NEWSYM reg420Cw
|
|||||||
mov [nexthdma],al
|
mov [nexthdma],al
|
||||||
cmp al,0
|
cmp al,0
|
||||||
je near .nohdma
|
je near .nohdma
|
||||||
test al,80h
|
|
||||||
ja near .nohdma
|
|
||||||
push ebx
|
push ebx
|
||||||
push esi
|
push esi
|
||||||
push edi
|
push edi
|
||||||
|
|||||||
@@ -1615,6 +1615,17 @@ NEWSYM headerhack
|
|||||||
mov byte[opexec358],187
|
mov byte[opexec358],187
|
||||||
.notds9
|
.notds9
|
||||||
|
|
||||||
|
mov esi,[romdata]
|
||||||
|
add esi,0FFC0h
|
||||||
|
cmp dword[esi],'Baha'
|
||||||
|
jne .notbahamutlagoon
|
||||||
|
cmp dword[esi+4],'mut '
|
||||||
|
jne .notbahamutlagoon
|
||||||
|
cmp dword[esi+8],'Lago'
|
||||||
|
jne .notbahamutlagoon
|
||||||
|
mov byte[disablehdma],1
|
||||||
|
.notbahamutlagoon
|
||||||
|
|
||||||
mov esi,[romdata]
|
mov esi,[romdata]
|
||||||
add esi,07FC0h
|
add esi,07FC0h
|
||||||
cmp dword[esi],'MORT'
|
cmp dword[esi],'MORT'
|
||||||
|
|||||||
Reference in New Issue
Block a user