64NET v1.56 BETA .C64 File format
---------------------------------

$0000-$0002 -  "C64"
               Note: Used to identify file as being a valid 64NET archive
$0003       -  64NET File format version
               Note: Current=$01

Current use for version $01 files:

$0004       -  1541 equivalent file type
               Valid types are:  $x0=DEL   $x1=SEQ
                                 $x2=PRG   $x3=SEQ
                                 $x4=REL (not implemented)
                                 $x5=DIR   $x6=DIR

               Note: Assigning a file as a REL,DIR or IBM type could have
                strange side effects and is not reccomended.
$0005-$0006 -  Load Address for ,8,1
$0007-$000A -  32bit file length in bytes (NOT blocks)
$000B       -  64NET Network security level ($00 = none)
               Note: if this value is >MASTER then the file is completely
                  unaccessible, except through the disk monitor.
$001F-$002E -  16 character file name padded with $00's
$00FE-$00FF -  Load address link
$0100       -  Start of actual file body


NOTE:  A known bug is that the first two bytes of the files (its load address)
  is NOT RETRIEVABLE through an OPEN and GETCHR combination, resulting in the
  possibilty of incompatibilities.  This problem will be solved in the
  VERSION 2

