summaryrefslogtreecommitdiff
path: root/emulators/gngb/files/patch-src_video__std.c
blob: 6288add7a07880aabb41b54d5ecd96b8f5e35a79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- src/video_std.c.orig	2005-12-11 09:53:02 UTC
+++ src/video_std.c
@@ -30,14 +30,21 @@
 
 static Uint32 std_flag;
 SDL_Surface *back=NULL;
+Uint8 rb_on;
+Uint8 rb_shift;
 
-
 Sint8 rb_tab[2][RB_SIZE]={{0,-2,2,-2,2},
 			 {0,-1,-1,1,1}};
 
 VIDEO_MODE video_std;
 
+SDL_Rect scrR;
+SDL_Rect dstR;
 SDL_Rect clip_rct;
+SDL_Rect ov_rect;
+
+int scxoff,scyoff;
+
 Uint8 win_line=0;
 
 /*