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

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

Point of no return.

  • Property mode set to 100644
File size: 744 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(unsigned row, unsigned col);
9extern unsigned GLCcxy(unsigned x, unsigned y);
10extern void GLCplot(unsigned x, unsigned y, unsigned val);
11extern void GLCinit(void);
12extern void GLCwrts(char *s);
13extern void GLCtext(unsigned row, unsigned col, char *s);
14extern void GLCdisp(short dsp, short crs, short blk1, short blk2, short blk3);
15extern void GLCcurs(short crs);
16
17extern unsigned lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
18extern unsigned lcdctl1, lcdctl2;
Note: See TracBrowser for help on using the repository browser.