FreeBASIC
0.91.0
|
#include "fb_gfx.h"
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 |
int fb_GfxIn | ( | unsigned short | port) |
int fb_GfxOut | ( | unsigned short | port, |
unsigned char | value | ||
) |
Definition at line 38 of file gfx_vgaemu.c.
|
static |
Definition at line 5 of file gfx_vgaemu.c.
|
static |
Definition at line 5 of file gfx_vgaemu.c.
|
static |
Definition at line 5 of file gfx_vgaemu.c.