#include "mfb.h"
#include "mfbP.h"
#include <dos.h>
Go to the source code of this file.
void MFBPixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
Definition at line 21 of file mfbpixel.c.
static void mode_1_pixel()
static void mode_2_pixel()
static void mode_1_pixel |
( |
| ) |
|
|
static |
static void mode_1_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
static |
Definition at line 33 of file mfbpixel.c.
40 outpw(0x3ce,(0x80 >> (x & 7)) << 8 | 8);
static void mode_2_pixel |
( |
| ) |
|
|
static |
static void mode_2_pixel |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
static |
Definition at line 53 of file mfbpixel.c.
57 union {
unsigned short o[2];
long l; }
p;