GrafX2 2.9.3227
The ultimate 256-color painting program
cpc_scr_simple_loader.h File Reference
+ This graph shows which files directly or indirectly include this file:

Variables

static const unsigned char cpc_scr_simple_loader []
 CPC Z80 code to be put in a "gap" of an image (at address &C7D0). More...
 

Variable Documentation

◆ cpc_scr_simple_loader

const unsigned char cpc_scr_simple_loader[]
static
Initial value:
= {
0x3a, 0xd0, 0xd7,
0xcd, 0x1c, 0xbd,
0x21, 0xd1, 0xd7,
0x46,
0x48,
0xcd, 0x38, 0xbc,
0xaf,
0x21, 0xd1, 0xd7,
0x46,
0x48,
0xf5,
0xe5,
0xcd, 0x32, 0xbc,
0xe1,
0xf1,
0x23,
0x3c,
0xfe, 0x10,
0x20, 0xf1,
0xc3, 0x18, 0xbb
}

CPC Z80 code to be put in a "gap" of an image (at address &C7D0).

Sets the screen mode (from &D7D0), then sets the border and the palette (Firmware colors) at &D7D1

Author
unknown

Referenced by Save_SCR().