source: buchla-68k/orig/lib/INCLUDE/GLCFNS.H@ 3ae31e9

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

Imported original source code.

  • Property mode set to 100755
File size: 502 bytes
Line 
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.