| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | 
							
- #------------------------------------------------------------------------------
 
- # $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 <doj@cubic.org>
 
- 0x16500	belong		0x12014100	D64 Image
 
- 0x16500	belong		0x12014180	D71 Image
 
- 0x61800 belong		0x28034400	D81 Image
 
- 0	string		C64\40CARTRIDGE	CCS C64 Emultar Cartridge Image
 
- 0	belong		0x43154164	X64 Image
 
- 0	string		GCR-1541	GCR Image
 
- >8	byte		x		version: %i
 
- >9	byte		x		tracks: %i
 
- 9	string		PSUR		ARC archive (c64)
 
- 2	string		-LH1-		LHA archive (c64)
 
- 0	string		C64File		PC64 Emulator file
 
- >8	string		>\0		"%s"
 
- 0	string		C64Image	PC64 Freezer Image
 
- 0	beshort		0x38CD		C64 PCLink Image
 
- 0	string		CBM\144\0\0	Power 64 C64 Emulator Snapshot
 
- 0	belong		0xFF424CFF	WRAptor packer (c64)
 
- 0	string		C64S\x20tape\x20file	T64 tape Image
 
- >32	leshort		x		Version:0x%x
 
- >36	leshort		!0		Entries:%i
 
- >40	string		x		Name:%.24s
 
- 0	string		C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0	T64 tape Image
 
- >32	leshort		x		Version:0x%x
 
- >36	leshort		!0		Entries:%i
 
- >40	string		x		Name:%.24s
 
- 0	string		C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0	T64 tape Image
 
- >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
 
 
  |