dos33fsprogs/gr-sim/apple2_font.h
2017-05-04 14:32:23 -04:00

11 lines
162 B
C

unsigned char a2_font[64][7]={
{0x0e, // 01110
0x11, // 10001
0x15, // 10101
0x17, // 10111
0x16, // 10110
0x10, // 10000
0x0f, // 01111
}, // @
};