1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# msx:  file(1) magic for the SymbOS operating system
4284194Sdelphij# http://www.symbos.de
5284194Sdelphij# Fabio R. Schmidlin <frs@pop.com.br>
6284194Sdelphij
7284194Sdelphij# SymbOS EXE file
8284194Sdelphij0x30	string		SymExe		SymbOS executable
9284194Sdelphij>0x36	ubyte		x		v%c
10284194Sdelphij>0x37	ubyte		x		\b.%c
11284194Sdelphij>0xF	string		x		\b, name: %s
12284194Sdelphij
13284194Sdelphij# SymbOS DOX document
14284194Sdelphij0	string		INFOq\0		SymbOS DOX document
15284194Sdelphij
16284194Sdelphij# Symbos driver
17284194Sdelphij0	string		SMD1		SymbOS driver
18284194Sdelphij>19	byte		x		\b, name: %c
19284194Sdelphij>20	byte		x		\b%c
20284194Sdelphij>21	byte		x		\b%c
21284194Sdelphij>22	byte		x		\b%c
22284194Sdelphij>23	byte		x		\b%c
23284194Sdelphij>24	byte		x		\b%c
24284194Sdelphij>25	byte		x		\b%c
25284194Sdelphij>26	byte		x		\b%c
26284194Sdelphij>27	byte		x		\b%c
27284194Sdelphij>28	byte		x		\b%c
28284194Sdelphij>29	byte		x		\b%c
29284194Sdelphij>30	byte		x		\b%c
30284194Sdelphij>31	byte		x		\b%c
31284194Sdelphij
32284194Sdelphij# Symbos video
33284194Sdelphij0	string		SymVid		SymbOS video
34284194Sdelphij>6	ubyte		x		v%c
35284194Sdelphij>7	ubyte		x		\b.%c
36284194Sdelphij
37284194Sdelphij# Soundtrakker 128 ST2 music
38284194Sdelphij0	byte		0
39284194Sdelphij>0xC	string		\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x40\x00	Soundtrakker 128 ST2 music,
40284194Sdelphij>>1	string		x		name: %s
41284194Sdelphij
42284194Sdelphij
43