From c0abe9d8b153adb796e7b717834694d30791c4fd Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 31 Jul 2001 20:28:32 +0000 Subject: [PATCH] Code readability cleanup --- zsnes/src/video/procvid.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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