dos33fsprogs/gr-sim/apple2_font.h

11 lines
162 B
C
Raw Normal View History

2017-05-04 18:32:23 +00:00
unsigned char a2_font[64][7]={
{0x0e, // 01110
0x11, // 10001
0x15, // 10101
0x17, // 10111
0x16, // 10110
0x10, // 10000
0x0f, // 01111
}, // @
};