From: Christos Zoulas Date: Thu, 14 Jan 1999 15:54:33 +0000 (+0000) Subject: Added palm and spectrum X-Git-Tag: FILE3_27~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d89822faefbd8af0d490136a0cc5758c8d76f60c;p=file Added palm and spectrum --- diff --git a/magic/Magdir/palm b/magic/Magdir/palm new file mode 100644 index 00000000..46bc632e --- /dev/null +++ b/magic/Magdir/palm @@ -0,0 +1,15 @@ + +#------------------------------------------------------------------------------ +# palm: file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks +# +# Brian Lalor + +# appl +60 belong 0x6170706c PalmOS application +>0 string >\0 "%s" +# TEXt +60 belong 0x54455874 AportisDoc file +>0 string >\0 "%s" +# HACK +60 belong 0x4841434b HackMaster hack +>0 string >\0 "%s" diff --git a/magic/Magdir/spectrum b/magic/Magdir/spectrum new file mode 100644 index 00000000..e7a5549b --- /dev/null +++ b/magic/Magdir/spectrum @@ -0,0 +1,28 @@ + +#------------------------------------------------------------------------------ +# spectrum: file(1) magic for Spectrum emulator files. +# +# John Elliott + +# +# Spectrum +3DOS header +# +0 string PLUS3DOS\032 Spectrum +3 data +>15 byte 0 - BASIC program +>15 byte 1 - number array +>15 byte 2 - character array +>15 byte 3 - memory block +>>16 belong 0x001B0040 (screen) +>15 byte 4 - Tasword document +>15 string TAPEFILE - ZXT tapefile +# +# Tape file. This assumes the .TAP starts with a Spectrum-format header, +# which nearly all will. +# +0 string \023\000\000 Spectrum .TAP data +>4 string x "%-10.10s" +>3 byte 0 - BASIC program +>3 byte 1 - number array +>3 byte 2 - character array +>3 byte 3 - memory block +>>14 belong 0x001B0040 (screen)