168349Sobrien
268349Sobrien#------------------------------------------------------------------------------
3226048Sobrien# $File: blit,v 1.8 2009/09/19 16:28:08 christos Exp $
468349Sobrien# blit:  file(1) magic for 68K Blit stuff as seen from 680x0 machine
568349Sobrien#
668349Sobrien# Note that this 0407 conflicts with several other a.out formats...
768349Sobrien#
868349Sobrien# XXX - should this be redone with "be" and "le", so that it works on
968349Sobrien# little-endian machines as well?  If so, what's the deal with
1068349Sobrien# "VAX-order" and "VAX-order2"?
1168349Sobrien#
1268349Sobrien#0	long		0407		68K Blit (standalone) executable
1368349Sobrien#0	short		0407		VAX-order2 68K Blit (standalone) executable
1468349Sobrien0	short		03401		VAX-order 68K Blit (standalone) executable
1568349Sobrien0	long		0406		68k Blit mpx/mux executable
1668349Sobrien0	short		0406		VAX-order2 68k Blit mpx/mux executable
1768349Sobrien0	short		03001		VAX-order 68k Blit mpx/mux executable
1868349Sobrien# Need more values for WE32 DMD executables.
1968349Sobrien# Note that 0520 is the same as COFF
2068349Sobrien#0	short		0520		tty630 layers executable
21