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