xref: /freebsd/contrib/file/magic/Magdir/x68000 (revision 282e23f07bf49b4e37aabdcc1c513a788db36d10)
1*282e23f0SXin LI#------------------------------------------------------------------------------
2*282e23f0SXin LI# x68000:  file(1) magic for the Sharp Home Computer
3*282e23f0SXin LI# v1.0
4*282e23f0SXin LI# Fabio R. Schmidlin <sd-snatcher@users.sourceforge.net>
5*282e23f0SXin LI
6*282e23f0SXin LI# Yanagisawa PIC picture
7*282e23f0SXin LI0	string		PIC
8*282e23f0SXin LI>3	search/0x200	\x1A
9*282e23f0SXin LI>>&0	search/0x200	\x0
10*282e23f0SXin LI>>>&0	ubyte		0		Yanagisawa PIC image file,
11*282e23f0SXin LI>>>>&0	ubyte&15	0		model: X68000,
12*282e23f0SXin LI>>>>&0	ubyte&15	1		model: PC-88VA,
13*282e23f0SXin LI>>>>&0	ubyte&15	2		model: FM-TOWNS,
14*282e23f0SXin LI>>>>&0	ubyte&15	3		model: MAC,
15*282e23f0SXin LI>>>>&0	ubyte&15	15		model: Generic,
16*282e23f0SXin LI>>>>&3	ubeshort	x		%dx
17*282e23f0SXin LI>>>>&5	ubeshort	x		\b%d,
18*282e23f0SXin LI>>>>&1	ubeshort	4		colors: 16
19*282e23f0SXin LI>>>>&1	ubeshort	8		colors: 256
20*282e23f0SXin LI>>>>&1	ubeshort	12		colors: 4096
21*282e23f0SXin LI>>>>&1	ubeshort	15		colors: 32768
22*282e23f0SXin LI>>>>&1	ubeshort	16		colors: 65536
23*282e23f0SXin LI>>>>&1	ubeshort	>16		colors: %d-bit
24*282e23f0SXin LI
25*282e23f0SXin LI
26