openbsd-ports/emulators/zsnes/patches/patch-src_video_copyvid_inc
naddy 570342be45 Import zsnes 1.337; submitted by Wilbern Cobb <vedge@csoft.org>.
ZSNES is a complete, featureful and highly optimized Super Nintendo
emulator written mostly in x86 assembler. It requires a CPU which
understands MMX instructions.
2002-03-04 00:57:58 +00:00

49 lines
1.1 KiB
Plaintext

$OpenBSD: patch-src_video_copyvid_inc,v 1.1.1.1 2002/03/04 00:58:00 naddy Exp $
--- src/video/copyvid.inc.orig Fri Sep 21 21:14:24 2001
+++ src/video/copyvid.inc Mon Mar 4 01:35:55 2002
@@ -1217,7 +1217,7 @@ copyvesa2320x480x8ng:
;*******************************************************
%endif
-SECTION .data ALIGN = 32
+SECTION .data
NEWSYM EagleHold, dd 0
NEWSYM smallscreenon, dd 0
@@ -2405,7 +2405,7 @@ SECTION .text
%endmacro
%endif
-SECTION .bss ALIGN = 32
+SECTION .bss
NEWSYM rescompareng, resd 1
NEWSYM nextdrawallng, resd 1
NEWSYM prevcol0ng, resd 1
@@ -4622,7 +4622,7 @@ MMXInterpolFS:
pop es
ret
-SECTION .bss ;ALIGN=32
+SECTION .bss
.interpspad resd 8
SECTION .text
@@ -4956,7 +4956,7 @@ SECTION .text
pop es
ret
-SECTION .bss ;ALIGN=32
+SECTION .bss
NEWSYM InterPtr, resd 1
SECTION .text
@@ -5263,7 +5263,7 @@ NEWSYM interpolate640x480x16b
; Copy VESA2 640x480x16b, bit setting 1:5:5:5
;*******************************************************
-SECTION .bss ALIGN = 32
+SECTION .bss
.interpspad resd 8
SECTION .text