home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / apple / aplvidex.ark / IOLOADER.DOC < prev    next >
Encoding:
Text File  |  1987-04-26  |  1.0 KB  |  30 lines

  1. APLVIDEX.ASM
  2. -purpose to speed up console output for Apple ][ using the
  3. Videx 80-column card.
  4. -issue 1.0 14 June 1983
  5. -Bill McGee (613-828-9130)
  6. The program IOLOAD will load a new driver for the videx 80-column
  7. card into the text space unused when the 80-column card is installed.
  8. Unfortunately, this doesn't leave room for the two ZCPR2 areas
  9. IOBASE or NDBASE. However, I did leave room for the STKBASE, the
  10. CLBASE, and for EXTFCB.
  11. This still leaves the Apple screen pretty slow. Response times
  12. for writing 16k characters to the screen are
  13.   old BIOS     19 s
  14.   this BIOS    11 s.
  15. The test is IOTEST.COM.
  16.  
  17. As may be seen from the source, the same SOFTWARE controls as
  18. assumed for the Softcard are assumed. These may be changed by
  19. modifying the source.
  20.  
  21. This patch renders the IOBYTE for the console inoperative.
  22.  
  23. The patch won't work for Apple 2E!!!
  24.  
  25. For CPM60 use     IOLOAD60. The source for APLVIDEX gives the relevant
  26. equate.
  27.  
  28. Getting there!
  29.  
  30.