You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
146 B
5 lines
146 B
10 years ago
|
#define net_wired_width 8
|
||
|
#define net_wired_height 8
|
||
|
static unsigned char net_wired_bits[] = {
|
||
|
0x00, 0x1C, 0x1C, 0x7F, 0x7F, 0x7F, 0x55, 0x7F };
|