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 / BEEHIVE / OS / Z8D24SUP.ARC / Z80D241.UPD < prev    next >
Text File  |  1991-02-10  |  896b  |  36 lines

  1.  
  2. This is a 'patch' file for the source code of Z80DCHAR.Z80
  3.  
  4.  There seems to have been an oversight in Z80DOS24 source
  5. as distributed. If you tried to generate it for no BIOS
  6. support for a clock, it ended up two bytes to large. The
  7. easiest fix is to decrease the size of the internal stack
  8. by two bytes. This is done by editing the file
  9.  
  10.  Z80DCHAR.Z80
  11.  
  12. and search for 
  13.  
  14.      54
  15.  
  16. and changing to
  17.  
  18.     52
  19.  
  20. It is in the line of form
  21.  
  22.     defs    54
  23.  
  24.  I have tried the above and found it to work with all
  25. the programs I could throw at it.
  26.  
  27. This was a MAJOR oversight. I was sure I had tried all possible
  28. combinations, but in the switch to Z80MR, it slipped thru.
  29.  
  30.  VERY SORRY if this has caused any problems!!
  31.  
  32.  
  33.                 Eugene Nolan
  34.                 5/5/89
  35.                 C/O DHN* RCPM 215-623-4040 (Sysop: Bob Dean)
  36.