123456789101112131415161718 |
- Subject: Adding new magics for Commodore raw tape files
- Author: Esa Hyytiä <esa@netlab.tkk.fi>
- Bug-Debian: https://bugs.debian.org/699777
- Forwarded: http://mx.gw.com/pipermail/file/2015/001755.html
- Last-Update: 2015-08-23
- --- a/magic/Magdir/c64
- +++ b/magic/Magdir/c64
- @@ -41,3 +41,9 @@
- >32 leshort x Version:0x%x
- >36 leshort !0 Entries:%i
- >40 string x Name:%.24s
- +
- +# Raw tape file format (.tap files)
- +# Esa Hyytiä <esa@netlab.tkk.fi>
- +0 string C64-TAPE-RAW C64 Raw Tape File (.tap),
- +>0x0c byte x Version:%u,
- +>0x10 lelong x Length:%u cycles
|