mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
5 lines
128 B
C
Executable file
5 lines
128 B
C
Executable file
#define cpu_width 8
|
|
#define cpu_height 8
|
|
static unsigned char cpu_bits[] = {
|
|
0xDB, 0x81, 0x3C, 0xBD, 0xBD, 0x3C, 0x81, 0xDB };
|