home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / KPNUROM.LBR / NEWROM.DQC / NEWROM.DOC
Text File  |  2000-06-30  |  3KB  |  58 lines

  1. This is a revised ROM for the 1983 Kaypro 4.  I believe it should 
  2. also function on the 1983 version Kaypro II, but this has not 
  3. been checked.
  4.  
  5. Features:
  6. 1.  Improved Screen Handling. (additions to original)
  7.     a.  Lines no longer wrap at column 80 when no further
  8.         characters are written.
  9.     b.  Cursor user modifiable with <esc>C (for flashing)
  10.         or <esc>D (not flashing), followed by cursor
  11.         character desired.  DEL, ^-, and _ are the most
  12.         useful.
  13.     c.  Moving the cursor on and off a position holding the
  14.         cursor character no longer deletes the character
  15.     d   <esc>( sets the FLASH attribute.  Characters sent
  16.         until an <esc>) sequence will flash.
  17.     e.  ^_ allows entry of control characters as displayable,
  18.         for access to the Greek etc. char. set.  Only the
  19.         immediately following character is displayed.  This
  20.         replaces the original <esc>G and <esc>A sequences.
  21.     f.  Screen scrolling maintains the original column. Up
  22.         and down scrolling is symmetrical.
  23.     g.  Video output calls return the current cursor position
  24.         in hl suitable for repositioning (with <esc>=hl).
  25.     h.  <esc>e and <esc>r insert/remove characters at cursor.
  26.     
  27. 2.  Time delays adapt to CPU clock speed.  Should now be independant
  28.     of any speed-up kits.
  29.  
  30. 3.  Correct list status is returned for the parallel port.
  31.  
  32. 4.  The disk system can now be properly reset via the CPM diskreset
  33.     call.  Previously could not change single to/from double sided
  34.     formats without a ^C at the CPM prompt.  This prevented programs
  35.     that allowed disk changes functioning correctly.
  36.  
  37. 5.  The cause and location of any disk errors is reported at the
  38.     lower right of the screen.
  39.  
  40. 6.  Disk error retries are now shorter (by default).  This can be
  41.     reconfigured with the auxiliary SYSCNTRL program, which will
  42.     also report a soft-error (i.e. recovered) summary since reset.
  43.  
  44. 7.  The read after write feature can now be disabled (with SYSCNTRL).
  45.     This can increase the writing speed by a factor of 2 or more.
  46.     Soft-error reports (above) can show whether your system needs
  47.     this feature for reliability.
  48.  
  49. To install, extract the NEWROM.BIN module, and program it into a
  50. 2732A Rom chip, using positive address and data conventions (the
  51. usual).  Replace the current ROM with this, and try it out.  Make
  52. sure your board (if a Kaypro II) is configured for the 2732, not
  53. the 2716 ROM.  (The rom is mounted just to the left of the Z80 chip).
  54. A 2732 (non A) version will work on 2.5Mhz systems, but may not be
  55. fast enought at 5Mhz.
  56.  
  57. June 1985            C.B. Falconer (203) 281-1438
  58.