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

@@ -2584,7 +2584,7 @@ NEWSYM cpuover
add dh,[cycpl] add dh,[cycpl]
mov ax,[totlines] mov ax,[totlines]
cmp word[curypos],ax cmp word[curypos],ax
ja near .overy jae near .overy
cmp byte[spcon],0 cmp byte[spcon],0
je .nosound je .nosound
call updatetimer call updatetimer

View File

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