From e2dc300930b6800c670b1cf61d3e7c24685e5413 Mon Sep 17 00:00:00 2001 From: stainless <> Date: Wed, 19 Sep 2001 02:15:43 +0000 Subject: [PATCH] Fixed several compilation errors in the DOS port. --- zsnes/src/video/copyvid.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zsnes/src/video/copyvid.inc b/zsnes/src/video/copyvid.inc index c9b39f71..b9e3e5e3 100644 --- a/zsnes/src/video/copyvid.inc +++ b/zsnes/src/video/copyvid.inc @@ -4643,7 +4643,7 @@ MMXInterpolFS: pop es ret -SECTION .bss ALIGN=32 +SECTION .bss ;ALIGN=32 .interpspad resd 8 SECTION .text @@ -4977,7 +4977,7 @@ SECTION .text pop es ret -SECTION .bss ALIGN=32 +SECTION .bss ;ALIGN=32 NEWSYM InterPtr, resd 1 SECTION .text @@ -5287,6 +5287,8 @@ NEWSYM interpolate640x480x16b SECTION .bss ALIGN = 32 .interpspad resd 8 +SECTION .text + ;******************************************************* ; Copy VESA2 512x384x16b Copies buffer to 512x384x16bV2 ;*******************************************************