home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1049
/
gepackt.exe
/
MACHINE
/
ACORN
/
ARM.C
next >
Wrap
C/C++ Source or Header
|
1993-08-29
|
435b
|
31 lines
#include <stdio.h>
#include "bbc.h"
#include "sprite.h"
extern char DisplayFormat;
extern char PaletteOption;
static struct
{
int red, green, blue;
} colour_error;
void display_init(int width, int height)
{
}
void display_finished(void)
{
}
void display_close(void)
{
}
void display_plot(int x, int y, unsigned char Red, unsigned char Green, unsigned char Blue)
{
printf("*%d,%d,%d,%d,%d\n", x, y, Red, Green, Blue);
}