static UWORD fourK0[] = {  0xA000,  0xA000,  0xE000,  0x2000,  0x2000 };
static UWORD fourK1[] = {  0xBFC0,  0xB540,  0xF540,  0x3540,  0x3FC0 };
static UWORD fourK2[5];
static UWORD fourK3[] = {  0xBFC0,  0xB540,  0xF540,  0x3540,  0x3FC0 };

/*----- bitmap : w = 16, h = 5 ------ */
static struct BitMap bm_4K = {
	2, 5, 0, 4,
	0,
	fourK0, fourK1, fourK2, fourK3,
	0, 0, 0, 0
};

struct object ob_4K = {
	&bm_4K,
	10, 5,
	1, NULL,
	0, 0, 0, 0, 0, 0, 0, 0,
	0			/*  Motionless (more or less)  */
};
