blob: 8543173155b91cdc2c939213c5597d5d377db0d4 (
plain)
1
2
3
4
5
|
#define cart_plus_width 9
#define cart_plus_height 9
static unsigned char cart_plus_bits[] = {
0x21, 0x00, 0x72, 0x00, 0x24, 0x01, 0x04, 0x01, 0x54, 0x01, 0xfc, 0x00,
0x00, 0x00, 0x86, 0x01, 0x86, 0x01 };
|