From e0b39d561f1edc81e8416d28a8aa42baea323f7c Mon Sep 17 00:00:00 2001 From: jbo_85 <> Date: Wed, 6 Jul 2005 12:57:04 +0000 Subject: [PATCH] Removed some useless spaces and made code more readable. --- zsnes/src/video/2xsaiw.asm | 6 +++--- zsnes/src/video/procvid.asm | 10 +++++----- zsnes/src/video/sw_draw.asm | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/zsnes/src/video/2xsaiw.asm b/zsnes/src/video/2xsaiw.asm index 3823609e..87fe2702 100644 --- a/zsnes/src/video/2xsaiw.asm +++ b/zsnes/src/video/2xsaiw.asm @@ -788,7 +788,7 @@ NEWSYM _2xSaISuper2xSaILineW pop ecx sub ecx, 4 cmp ecx, 0 - jg .Loop + jg .Loop ; Restore some stuff popad @@ -1347,7 +1347,7 @@ NEWSYM _2xSaISuperEagleLineW pop ecx sub ecx, 4 cmp ecx, 0 - jg .Loop + jg .Loop ; Restore some stuff popad @@ -1956,7 +1956,7 @@ NEWSYM _2xSaILineW pop ecx sub ecx, 4 cmp ecx, 0 - jg .Loop + jg .Loop ; Restore some stuff popad diff --git a/zsnes/src/video/procvid.asm b/zsnes/src/video/procvid.asm index 12222734..1e65416a 100644 --- a/zsnes/src/video/procvid.asm +++ b/zsnes/src/video/procvid.asm @@ -77,7 +77,7 @@ SECTION .text %include "video/2xsaimmx.inc" %include "video/copyvid.inc" -SECTION .text +SECTION .text NEWSYM FPUZero %if 0 @@ -1729,9 +1729,9 @@ NEWSYM saveselect inc eax dec ecx jnz .looppr - %ifdef __MSDOS__ +%ifdef __MSDOS__ mov byte[pressed+1],0 - %endif +%endif mov word[t1cc],0 mov byte[csounddisable],0 @@ -2043,9 +2043,9 @@ SECTION .text dec ecx jnz .looppr2 .prwin - %ifdef __MSDOS__ +%ifdef __MSDOS__ mov byte[pressed+1],0 - %endif +%endif mov word[t1cc],0 mov byte[csounddisable],0 call StartSound diff --git a/zsnes/src/video/sw_draw.asm b/zsnes/src/video/sw_draw.asm index 0bcb5d23..72576d0f 100644 --- a/zsnes/src/video/sw_draw.asm +++ b/zsnes/src/video/sw_draw.asm @@ -75,7 +75,7 @@ NEWSYM ClearWin32 NEWSYM DrawWin256x224x16 pushad cmp byte [MMXSupport],0 - je .noMMX + je .noMMX mov esi, [ScreenPtr] mov edi, [SurfBufD] xor eax,eax @@ -101,7 +101,7 @@ NEWSYM DrawWin256x224x16 %else cmp eax,223 %endif - jne .Copying3 + jne .Copying3 xor eax,eax mov ecx,128 rep stosd