From 8a3e5c1cd4c1d53e247bf1cc04430f1c87d8b90c Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Mon, 11 Apr 2005 23:38:35 +0000 Subject: [PATCH] Worked around odd NASM bug. Thanks MxC and Noxious Ninja. --- zsnes/src/video/hq3x32.asm | 4 ++-- zsnes/src/video/hq4x32.asm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/video/hq3x32.asm b/zsnes/src/video/hq3x32.asm index a1133615..8003bb4c 100644 --- a/zsnes/src/video/hq3x32.asm +++ b/zsnes/src/video/hq3x32.asm @@ -30,8 +30,8 @@ EXTSYM vidbuffer,curblank,MMXSupport,GUIOn,GUIOn2,vidbufferofsb,FilteredGUI EXTSYM resolutn,lineleft,cfield,hirestiledat,newengen,SpecialLine,hqFilter EXTSYM AddEndBytes,NumBytesPerLine,WinVidMemStart,BitConv32Ptr,RGBtoYUVPtr -EXTSYM prevline,nextline,deltaptr,xcounter,w1,w2,w3,w4,w5,w6,w7,w8,w9,c1,c2,c3 -EXTSYM c4,c6,c7,c8,c9,reg_blank,const7,cross,threshold +EXTSYM prevline,nextline,deltaptr,xcounter,w1,w2,w3,w4,w5,w6,w7,w8,w9 +EXTSYM c1,c2,c3,c4,c6,c7,c8,c9,reg_blank,const7,cross,threshold SECTION .text diff --git a/zsnes/src/video/hq4x32.asm b/zsnes/src/video/hq4x32.asm index e9f6b110..9a85d78f 100644 --- a/zsnes/src/video/hq4x32.asm +++ b/zsnes/src/video/hq4x32.asm @@ -30,8 +30,8 @@ EXTSYM vidbuffer,curblank,MMXSupport,GUIOn,GUIOn2,vidbufferofsb,FilteredGUI EXTSYM resolutn,lineleft,cfield,hirestiledat,newengen,SpecialLine,hqFilter EXTSYM AddEndBytes,NumBytesPerLine,WinVidMemStart,BitConv32Ptr,RGBtoYUVPtr -EXTSYM prevline,nextline,deltaptr,xcounter,w1,w2,w3,w4,w5,w6,w7,w8,w9,c1,c2,c3 -EXTSYM c4,c6,c7,c8,c9,reg_blank,const3,const5,const6,const7,cross,threshold +EXTSYM prevline,nextline,deltaptr,xcounter,w1,w2,w3,w4,w5,w6,w7,w8,w9 +EXTSYM c1,c2,c3,c4,c6,c7,c8,c9,reg_blank,const3,const5,const6,const7,cross,threshold SECTION .text