Remove a game-specific fix in favor of more correct timing (anomie)

This commit is contained in:
theoddone33
2002-03-02 06:58:45 +00:00
parent e6b997d5b8
commit 4fa58f8cd3
2 changed files with 1 additions and 9 deletions

View File

@@ -1595,10 +1595,6 @@ reg4208w:
reg4209w:
mov [VIRQLoc],al
; mov bx,[curypos]
cmp word [VIRQLoc],106h
jne .not106
mov word [VIRQLoc],107h
.not106
cmp byte[HIRQNextExe],1
je .nohirq
ret
@@ -1616,10 +1612,6 @@ reg4209w:
reg420Aw:
and al,01h
mov [VIRQLoc+1],al
cmp word [VIRQLoc],106h
jne .not106
mov word [VIRQLoc],107h
.not106
cmp byte[HIRQNextExe],1
je .nohirq
ret