Fixed jumping mechanism to be more correct.

This commit is contained in:
n-a-c-h
2005-04-06 22:12:04 +00:00
parent e1a3745a3f
commit a125670665

View File

@@ -2007,7 +2007,7 @@ NEWSYM cpuover
mov byte[MovieWaiting],1 mov byte[MovieWaiting],1
mov eax,[KeyQuickRst] mov eax,[KeyQuickRst]
mov byte[pressed+eax],01h mov byte[pressed+eax],01h
jnz near exitloop jmp near exitloop
.notreset .notreset
cmp byte[MovieProcessing],0 cmp byte[MovieProcessing],0
jne .noprocmovie jne .noprocmovie