1;
2;
3;	Support char table (pseudo graph symbols) for the Mattel Aquarius
4;	Version for the 2x3 graphics symbols
5;	Sequence: blank, top-left, top-right, top-half, medium-left, top-left + medium-left, etc..
6;
7;	$Id: textpixl6.asm $
8;
9;
10
11
12	SECTION rodata_clib
13	PUBLIC	textpixl
14
15
16.textpixl
17		defb	160, 161, 162 ,163, 164, 165, 166, 167
18		defb	168, 169, 170, 171, 172, 173, 174, 175
19		defb	176, 177, 178, 179, 180, 181, 182, 183
20		defb	184, 185, 186, 187, 188, 189, 190, 191
21
22	;	O#
23	;	##	= 190
24	;	#O
25
26	;	##
27	;	##	= 191
28	;	#O	31
29
30	;	OO
31	;	OO	= 224 ?  (it is slightly thicker)   .. 26 ? .. 215?
32	;	O#
33
34
35	;	#O
36	;	OO	= 225
37	;	O#	33
38
39	;	O#
40	;	OO	= 226
41	;	O#
42
43		defb	224, 225, 226, 227, 228, 229, 230, 231
44		defb	232, 233, 234, 235, 236, 237, 238, 239
45		defb	240, 241, 242, 243, 244, 245, 246, 247
46		defb	248, 249, 250, 251, 252, 253, 254, 255
47
48