home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / MusGraph / DOODLE_ALPHA-DOCS < prev    next >
Encoding:
Text File  |  2019-04-13  |  2.1 KB  |  27 lines

  1.                        -****>>> DDL>ALPHA.V1 <<<****-
  2.  
  3.  This program was written by Wayne Schmidt for the conversion of hires Doodle
  4. files($5c00-$7fff) into alphanumeric text files which can be printed on ANY
  5. printer, including Daisywheels! The conversion involves a 4-to-1 reduction
  6. with 16 values representing the averaged densities. There is an accompanying
  7. screen display analogous to the SEQ file being written to the disk (as the
  8. conversion takes place). It yields a 16 blk SEQ file, named with the first 3
  9. char.(following 'DD') & an added suffix '.alf'. Include 'DD' with the prompt
  10. for filename. When the screen display is complete (and the disk light out) any
  11. key will return you to 'READY'. I find that the best proportions are obtained
  12. by setting the printer to 12 pitch (12cpi) with 7/72" (14/144) linespacing.
  13. On the Star Gemini/Delta 10 (Epson-compatibles) with MW-350 (or Easyprint)
  14. interface, I turn off the 'wrap-around' (forced 80-col emulation of the 1525
  15. /right margin) with OPEN 4,4:PRINT#4,CHR$(27)"R"CHR$(0):CLOSE 4. Then, using
  16. TRANSPARENT secondary address of '5' (same as Cardco standard),  OP     4,4,5:
  17. PRINT#4,CHR$(27)"B"CHR$(2);CHR$(27)"1":PRINT#4,CHR$(27)"M"CHR$(8):CLOSE 4.
  18. This sets: 12 pitch, 7/72" linespace, and 8 char. left margin (to center).
  19. Equivalent on a Oki 92 with MW-350: turn off 'wrap-around', then OPEN 4,4,5:
  20. PRINT#4,CHR$(28):PRINT#4,CHR$(27)"%9"CHR$(14):PRINT#4,CHR$(27)"%C090":CLOSE4.
  21. After setting the printer, you can use any wordprocessor (supporting SEQ) or
  22. Sequential File Printer. It is recommended that you address the printer in
  23. TRANSPARENT mode and ouput as ASCII te     (the nature of the file). I have
  24. uploaded a prg that specifically supports the printout on Gemini/Epson in
  25. 12 pitch and additionally 12 pitch 'superscript' (with linespacing handled)
  26. and another that specifically supports the printout on an Okidata 92 with
  27. 12 pitch enhanced.      .Wayne Schmidt.
  28.