home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / turboscr.inf < prev    next >
Text File  |  1994-07-13  |  2KB  |  44 lines

  1.                         Turborom and Slow Videos
  2.  
  3. When the Advent TurboROM is installed on a Kaypro (with or without
  4. ZCPR3) several new video features are enabled, as detailed in the
  5. TurboROM manual, pp. 5-9 and 5-10.
  6.  
  7. The side-effects of one feature are not immediately obvious, so the
  8. reasons for using the control sequences in Par. 5.6.1.4 are unclear, as
  9. is the manner of implementing them.
  10.  
  11. The TurboROM default, which provides a 24-line scrolling window with a
  12. locked 25th line (for clock or status display) has the unintended
  13. side-effect of slowing down scrolling, whether through text, or large
  14. directories.  It also trashes the bottom line display used by some game
  15. programs (CLONE is a good example).
  16.  
  17. The file L25.SET is simply a hex string representing the video control
  18. code <ESC> C 7.  Using PIP, the command PIP CON:=L25.SET will unlock the
  19. 25th line and speed up scrolling.  On my K10 it also cleans up the
  20. scrolling nicely (much less cursor flashing & will-o'-the-wisp garbage
  21. floating across the screen). Of course, this change is not very helpful
  22. when you want a locked, real-time clock display line.
  23.  
  24. To switch back to the default locked 25th line, easiest is probably to
  25. cold boot (removing the PIP command from any STARTUP alias--since I
  26. don't use a clock, I included the unlock sequence in STARTUP for
  27. convenience).  It's also possible to make an alternate L24.SET by using
  28. DDT (or SPZ, or ...) to change location 0101h from 43h [C] to 42h [B].
  29.  
  30. There's probably a much easier way to handle this, and to access other
  31. TurboROM features.  Perhaps some assembly-language maven will put
  32. together a bells & whistles package.
  33.  
  34. CREDITS: Thanks to Derek McKay of Plu*Perfect Systems for patient
  35. explanations of these arcane, and pointing to various possible
  36. solutions.  TurboROM and its associated code is copyright by Advent
  37. Products, Inc. and Plu*Perfect Systems.  The ziggurat of ZCPR3 is
  38. copyright by Echelon, Inc.
  39.  
  40.   Fred Lieberman (N7AX)
  41.   voice tel.  (408) 338-2914
  42.  
  43. ----------
  44.