Reversed fix

This commit is contained in:
pagefault
2001-09-07 23:00:29 +00:00
parent 550a4ea9dd
commit 7a8f06959a
2 changed files with 11 additions and 2 deletions

View File

@@ -785,8 +785,6 @@ NEWSYM reg420Cw
mov [nexthdma],al
cmp al,0
je near .nohdma
test al,80h
ja near .nohdma
push ebx
push esi
push edi

View File

@@ -1615,6 +1615,17 @@ NEWSYM headerhack
mov byte[opexec358],187
.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]
add esi,07FC0h
cmp dword[esi],'MORT'