#define cpu_width 16
#define cpu_height 16
static unsigned char cpu_bits[] = {
   0x88, 0x08, 0xc0, 0x01, 0xa2, 0x22, 0x90, 0x04, 0x88, 0x0c, 0xf9, 0x48,
   0x08, 0x08, 0x10, 0x04, 0x22, 0x22, 0xc0, 0x01, 0x00, 0x00, 0xfe, 0x3f,
   0xff, 0x7f, 0x92, 0x24, 0x92, 0x24, 0x92, 0x24};
