GrafX2 2.9.3227
The ultimate 256-color painting program
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "const.h"
#include "global.h"
#include "struct.h"
#include "loadsave.h"
#include "gfx2log.h"
#include "gfx2mem.h"
Functions | |
static unsigned short | addrCalc (unsigned char vcc, unsigned char rcc, unsigned char hcc, unsigned char cclk, unsigned char r1, unsigned char r12, unsigned char r13) |
unsigned char | mode0interlace (T_IO_Context *context, int x, int y) |
unsigned char | mode1interlace (T_IO_Context *context, int x, int y) |
unsigned char | mode2interlace (T_IO_Context *context, int x, int y) |
unsigned char | mode3interlace (T_IO_Context *context, int x, int y) |
unsigned char * | raw2crtc (T_IO_Context *context, unsigned char mode, unsigned char r9, unsigned long *outSize, unsigned char *r1, unsigned char r12, unsigned char r13) |
|
static |
Referenced by raw2crtc().
unsigned char mode0interlace | ( | T_IO_Context * | context, |
int | x, | ||
int | y | ||
) |
References Get_pixel().
Referenced by raw2crtc().
unsigned char mode1interlace | ( | T_IO_Context * | context, |
int | x, | ||
int | y | ||
) |
References Get_pixel().
Referenced by raw2crtc().
unsigned char mode2interlace | ( | T_IO_Context * | context, |
int | x, | ||
int | y | ||
) |
References Get_pixel().
Referenced by raw2crtc().
unsigned char mode3interlace | ( | T_IO_Context * | context, |
int | x, | ||
int | y | ||
) |
References Get_pixel().
Referenced by raw2crtc().