#include "../fb_gfx.h"
#include "fb_gfx_dos.h"
#include "vga.h"
#include <pc.h>
#include <go32.h>
#include <sys/farptr.h>
Go to the source code of this file.
#define CRT_PARM_LENGTH 10 |
static int * driver_fetch_modes |
( |
int |
depth, |
|
|
int * |
size |
|
) |
| |
|
static |
static int driver_init |
( |
char * |
title, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
depth, |
|
|
int |
refresh_rate, |
|
|
int |
flags |
|
) |
| |
|
static |
static void driver_update |
( |
void |
) | |
|
|
static |
static void end_of_driver_update |
( |
void |
) | |
|
|
static |
unsigned short CRTParams[] |
|
static |
Initial value:= {
0x0D06,
0x3E07,
0x4109,
0xEA10,
0xAC11,
0xDF12,
0x0014,
0xE715,
0x0616,
0xE317
}
Definition at line 40 of file gfx_driver_modex.c.