#define cpu_width 9 #define cpu_height 9 static unsigned char cpu_bits[] = { 0xbb, 0x01, 0x01, 0x01, 0x7c, 0x00, 0x7d, 0x01, 0x7d, 0x01, 0x7d, 0x01, 0x7c, 0x00, 0x01, 0x01, 0xbb, 0x01 };