source: buchla-68k/include/glcfns.h@ c65a0e2

Last change on this file since c65a0e2 was c65a0e2, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Added RAM files.

  • Property mode set to 100644
File size: 502 bytes
RevLine 
[c65a0e2]1/*
2 =============================================================================
3 glcfns.h -- definitions for the Epson GLC driver
4 Version 6 -- 1988-01-10 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8extern unsigned GLCcrc(), GLCcxy();
9extern short GLCplot();
10extern short GLCinit(), GLCwrts(), GLCtext(), GLCdisp(), GLCcurs();
11
12extern unsigned lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
13extern unsigned lcdctl1, lcdctl2;
Note: See TracBrowser for help on using the repository browser.