-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSVGAS3.H
More file actions
25 lines (21 loc) · 871 Bytes
/
SVGAS3.H
File metadata and controls
25 lines (21 loc) · 871 Bytes
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
/************************************************/
/* */
/* SuperVGA S3 BGI driver defines */
/* Copyright (c) 1992 */
/* Jordan Hargraphix Software */
/* */
/************************************************/
#ifndef __SVGAS3_H__
#define __SVGAS3_H__
extern int far _Cdecl SvgaS3_fdriver[];
/* These are the currently supported modes */
#define SVGAS3_640x480x256 0 /* 640x480x256 S3 Svga */
#define SVGAS3_800x600x256 1 /* 800x600x256 S3 Svga */
#define SVGAS3_1024x768x256 2 /* 1024x768x256 S3 Svga */
#define SVGAS3_800x600x16 3 /* 800x600x16 S3 Svga */
#define SVGAS3_1024x768x16 4 /* 1024x768x16 S3 Svga */
#define SVGAS3_1280x960x16 5 /* 1280x960x16 S3 Svga */
#define SVGAS3_1280x1024x16 6 /* 1280x1024x16 S3 Svga */
#define SVGAS3_640x480x32768 7 /* 640x480x32768 S3 HiColor Svga */
#endif /* __SVGAS3_H__ */