home *** CD-ROM | disk | FTP | other *** search
/ Emulator Universe CD / emulatoruniversecd1998.iso / Speccy / Utils / trd-utils / WRITETRD.DOC < prev    next >
Encoding:
Text File  |  1995-10-21  |  1.5 KB  |  34 lines

  1.  
  2.                 WRITETRD  v1.0
  3.                 ==============
  4.  
  5.         MS-DOS or .TAP file to Betadisk image writer.
  6.                 (public domain)
  7.  Syntax: WRITETRD image_file file
  8.       where image_file is a raw dump of Betadisk (TR-DOS) formatted
  9.      diskette (without sector IDs)
  10.      and file is the name of converted file.
  11.  
  12.  Function: This program writes a specified file to a Betadisk diskette
  13.        image file for futher use in some TR-DOS Spectrum emulator
  14.        under MS-DOS or writing back to a TR-DOS diskette.
  15.  
  16.     Normal MS-DOS file writes it as CODE file, the blocks of .TAP
  17.     file as BASIC, CODE or DATA file. Special case is a headerless
  18.     file. Headerless file is written using the standard invented by
  19.     the author: filename is "NoHeader", type "CODE", in start field
  20.     is stored the flagbyte and in length field the filelength.
  21.  
  22.  Error messages: A error message is given when image_file or file doesn't
  23.          exist, or specified image_file isn't a valid image file.
  24.          For writing files there are these limitations:
  25.          1) The written file may not be longer than 0xff00 bytes
  26.          2) In the dump directory can't be more than 128 files
  27.          3) On the disk image must be enough free space for a file.
  28.          If any of these conditions fails, a error message appears
  29.          and the writing process terminates. The conditions are
  30.          tested before processing each block of .TAP file.
  31.  
  32.  Note: The program doesn't handle snapshot file formats .SNA, .Z80, .SP etc.
  33.  
  34. Bugreports, coments, etc. to eged@elf.stuba.sk ( only till august 1996 :( )