diff --git a/zsnes/src/video/procvid.asm b/zsnes/src/video/procvid.asm index 8d7c4dd3..84e62c98 100644 --- a/zsnes/src/video/procvid.asm +++ b/zsnes/src/video/procvid.asm @@ -2893,7 +2893,7 @@ NEWSYM ClockOutputB dec ebx jnz .loop2b .do8b - call GetTimeInSeconds + call GetTimeInSeconds xor edx,edx mov ebx,60 div ebx @@ -3035,7 +3035,6 @@ NEWSYM hextestoutput add eax,40h mov edx,eax mov [Testval],edx - cmp byte[pressed+25],1 jne .nopress25 jmp .nopress25 @@ -3505,7 +3504,6 @@ NEWSYM copyvid mov dword[chatstrR5],0 .nortl5 - ; Test if add table needs updating cmp byte[cbitmode],0 je .notatud