Pasti file Reader-Writer  1.0
Pasti files
Public Member Functions | Public Attributes | List of all members
Pasti.FileDesc Class Reference

Pasti File Header Descriptor More...

Public Member Functions

override string ToString ()
 Override ToString() to display File header information More...
 

Public Attributes

string pastiFileId = ""
 Identify a Pasti file and should be equal to the null terminated string “RSY” More...
 
ushort version
 File version number: Should be equal to 3. More...
 
ushort tool
 Tool used to create image More...
 
ushort reserved_1
 Reserved More...
 
byte trackCount
 Number of track records More...
 
byte revision
 revision number of the file. More...
 
uint reserved_2
 Reserved More...
 

Detailed Description

Pasti File Header Descriptor

The file Header is used to identify a Pasti File and to provide some information about the file content and the tools used to generate the file.

Definition at line 40 of file PastiStruct.cs.

Member Function Documentation

override string Pasti.FileDesc.ToString ( )
inline

Override ToString() to display File header information

Returns
The string

Definition at line 69 of file PastiStruct.cs.

Member Data Documentation

string Pasti.FileDesc.pastiFileId = ""

Identify a Pasti file and should be equal to the null terminated string “RSY”

Definition at line 44 of file PastiStruct.cs.

ushort Pasti.FileDesc.reserved_1

Reserved

Definition at line 54 of file PastiStruct.cs.

uint Pasti.FileDesc.reserved_2

Reserved

Definition at line 63 of file PastiStruct.cs.

byte Pasti.FileDesc.revision

revision number of the file.

Works in conjunction with version

Definition at line 61 of file PastiStruct.cs.

ushort Pasti.FileDesc.tool

Tool used to create image

  • 0x01 for file generated with the Atari imaging tool, and
  • 0xCC for file generated with the Discovery Cartridge (DC) imaging tool
  • 0x10 for file generated with the Aufit program

Definition at line 52 of file PastiStruct.cs.

byte Pasti.FileDesc.trackCount

Number of track records

Definition at line 56 of file PastiStruct.cs.

ushort Pasti.FileDesc.version

File version number: Should be equal to 3.

Definition at line 46 of file PastiStruct.cs.


The documentation for this class was generated from the following file: