From 50464ebdcc1c17ee1f9051a11f0804754281921b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 24 Aug 2015 05:17:42 +0000 Subject: [PATCH] New magic for Commodore raw tape files: https://bugs.debian.org/699777 --- magic/Magdir/c64 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/c64 b/magic/Magdir/c64 index eea3e319..eb79ac3c 100644 --- a/magic/Magdir/c64 +++ b/magic/Magdir/c64 @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: c64,v 1.5 2009/09/19 16:28:08 christos Exp $ +# $File: c64,v 1.6 2015/08/24 05:17:42 christos Exp $ # c64: file(1) magic for various commodore 64 related files # # From: Dirk Jagdmann @@ -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 +0 string C64-TAPE-RAW C64 Raw Tape File (.tap), +>0x0c byte x Version:%u, +>0x10 lelong x Length:%u cycles -- 2.40.0