home *** CD-ROM | disk | FTP | other *** search
/ ftp.elysium.pl / ftp.elysium.pl.tar / ftp.elysium.pl / gnu-generation / YTM / vdc-graph.txt < prev    next >
Text File  |  2008-03-06  |  651b  |  18 lines

  1.  
  2. These are some graphic routines for C128 and VDC. It utilizes a 640x256 screen
  3. (both sizes can be changed upon assembling) for drawing pixels.
  4. There are following routines:
  5. - initialize video mode
  6. - clear the screen
  7. - paint a pixel
  8. - restore screen from VDC ram to CPU ram
  9. - restore screen from CPU ram to VDC ram
  10.  
  11. This source is released under GNU GPL license.
  12. This is text file for Turbo Assembler Macro. Its extensions (loops and counters)
  13. are used so it cannot be loaded into Turbo Asm v5.x directly. Note also that due
  14. to generating tables the assembly time might be long.
  15.  
  16. Maciej 'YTM/Elysium' Witkowiak <ytm@elysium.pl>
  17. 26.03.1998, 29.07.2001
  18.