acorn 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #------------------------------------------------------------------------------
  2. # $File: acorn,v 1.5 2009/09/19 16:28:07 christos Exp $
  3. # acorn: file(1) magic for files found on Acorn systems
  4. #
  5. # RISC OS Chunk File Format
  6. # From RISC OS Programmer's Reference Manual, Appendix D
  7. # We guess the file type from the type of the first chunk.
  8. 0 lelong 0xc3cbc6c5 RISC OS Chunk data
  9. >12 string OBJ_ \b, AOF object
  10. >12 string LIB_ \b, ALF library
  11. # RISC OS AIF, contains "SWI OS_Exit" at offset 16.
  12. 16 lelong 0xef000011 RISC OS AIF executable
  13. # RISC OS Draw files
  14. # From RISC OS Programmer's Reference Manual, Appendix E
  15. 0 string Draw RISC OS Draw file data
  16. # RISC OS new format font files
  17. # From RISC OS Programmer's Reference Manual, Appendix E
  18. 0 string FONT\0 RISC OS outline font data,
  19. >5 byte x version %d
  20. 0 string FONT\1 RISC OS 1bpp font data,
  21. >5 byte x version %d
  22. 0 string FONT\4 RISC OS 4bpp font data
  23. >5 byte x version %d
  24. # RISC OS Music files
  25. # From RISC OS Programmer's Reference Manual, Appendix E
  26. 0 string Maestro\r RISC OS music file
  27. >8 byte x version %d
  28. >8 byte x type %d
  29. # Digital Symphony data files
  30. # From: Bernard Jungen (bern8817@euphonynet.be)
  31. 0 string \x02\x01\x13\x13\x13\x01\x0d\x10 Digital Symphony sound sample (RISC OS),
  32. >8 byte x version %d,
  33. >9 pstring x named "%s",
  34. >(9.b+19) byte =0 8-bit logarithmic
  35. >(9.b+19) byte =1 LZW-compressed linear
  36. >(9.b+19) byte =2 8-bit linear signed
  37. >(9.b+19) byte =3 16-bit linear signed
  38. >(9.b+19) byte =4 SigmaDelta-compressed linear
  39. >(9.b+19) byte =5 SigmaDelta-compressed logarithmic
  40. >(9.b+19) byte >5 unknown format
  41. 0 string \x02\x01\x13\x13\x14\x12\x01\x0b Digital Symphony song (RISC OS),
  42. >8 byte x version %d,
  43. >9 byte =1 1 voice,
  44. >9 byte !1 %d voices,
  45. >10 leshort =1 1 track,
  46. >10 leshort !1 %d tracks,
  47. >12 leshort =1 1 pattern
  48. >12 leshort !1 %d patterns
  49. 0 string \x02\x01\x13\x13\x10\x14\x12\x0e
  50. >9 byte =0 Digital Symphony sequence (RISC OS),
  51. >>8 byte x version %d,
  52. >>10 byte =1 1 line,
  53. >>10 byte !1 %d lines,
  54. >>11 leshort =1 1 position
  55. >>11 leshort !1 %d positions
  56. >9 byte =1 Digital Symphony pattern data (RISC OS),
  57. >>8 byte x version %d,
  58. >>10 leshort =1 1 pattern
  59. >>10 leshort !1 %d patterns