home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Emulateurs / TapSlice.lha / TapSlice.doc < prev   
Text File  |  1998-04-21  |  2KB  |  56 lines

  1.  
  2. TapSlice V1.0
  3. =============
  4.  
  5. TapSlice converts a TAP file into a series of header and bytes files for use
  6. with Sinclair ZX Spectrum emulators.
  7.  
  8.  
  9. Usage
  10. -----
  11.  
  12. TapSlice is used as follows:
  13.  
  14.    TapSlice <tapfile> [<destdir>]
  15.  
  16. <tapfile> is the name of the TAP file, <destdir> is optional and is the name
  17. of the destination directory for the header and bytes files. If <destdir>
  18. isn't given, the files are put in the current directory. For example,
  19.  
  20.    TapSlice game.tap T:
  21.  
  22. will take every spectrum file in 'game.tap' and save them as header and
  23. bytes files in 'T:'. To use these files, see the emulator's documentation.
  24.  
  25.  
  26. Notes
  27. -----
  28.  
  29. If possible, the created files are given their internal spectrum names with
  30. the appropriate extension added. Any leading spaces in a spectrum file name
  31. are removed.
  32.  
  33. If two or more spectrum files in the TAP file have the same name then a
  34. numeric extension is added. For example, if the name 'assembler' occurs
  35. three times, the bytes files will be called 'assembler.bytes',
  36. 'assembler_2.bytes' and 'assembler_3.bytes'. TapSlice can handle a maximum
  37. of 99 spectrum files with the same name; any further duplicates will use the
  38. '_99' extension again.
  39.  
  40. Headerless files and files with blank names are named 'unnamed.bytes',
  41. 'unnamed_2.bytes' and so on.
  42.  
  43.  
  44. Distribution
  45. ------------
  46.  
  47. TapSlice is freeware. It may be distributed freely as long as it is
  48. accompanied by this file.
  49.  
  50.  
  51. Bugs and Suggestions
  52. --------------------
  53.  
  54. Send bug reports, suggestions etc. to:  Neil Cafferkey (caffer@cs.ucc.ie)
  55.  
  56.