FreeBASIC  0.91.0
gfx_vgaemu.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_vgaemu.c:

Go to the source code of this file.

Functions

int fb_GfxIn (unsigned short port)
 
int fb_GfxOut (unsigned short port, unsigned char value)
 

Variables

static int idx = 0
 
static int shift = 2
 
static int color = 0
 

Function Documentation

int fb_GfxIn ( unsigned short  port)

Definition at line 7 of file gfx_vgaemu.c.

Here is the caller graph for this function:

int fb_GfxOut ( unsigned short  port,
unsigned char  value 
)

Definition at line 38 of file gfx_vgaemu.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int color = 0
static

Definition at line 5 of file gfx_vgaemu.c.

int idx = 0
static

Definition at line 5 of file gfx_vgaemu.c.

int shift = 2
static

Definition at line 5 of file gfx_vgaemu.c.