home *** CD-ROM | disk | FTP | other *** search
- procedure hgc_graphmode; external;
- procedure hgc_textmode; external;
- procedure hgc_horline (von_x,bis_x,y: word); external;
- procedure hgc_verline (x,von_y,bis_y: word); external;
- procedure hgc_mal (x: byte; y: word; zeichen: byte); external;
- procedure hgc_char (x: byte; y: word; zeichen: byte); external;
- procedure hgc_text (x: byte; y: word; text: string); external;
- procedure hgc_row (y: byte); external;
- procedure hgc_kugel (x,y: word); external;
-
- procedure cga_graphmode; external;
- procedure cga_textmode; external;
- procedure cga_horline (von_x,bis_x,y: word); external;
- procedure cga_verline (x,von_y,bis_y: word); external;
- procedure cga_mal (x: byte; y: word; zeichen: byte); external;
- procedure cga_char (x: byte; y: word; zeichen: byte); external;
- procedure cga_text (x: byte; y: word; text: string); external;
- procedure cga_row (y: byte); external;
- procedure cga_kugel (x,y: word); external;
- procedure cga_save (buffer: pointer); external;
- procedure cga_restore (buffer: pointer); external;
-
- procedure ega_graphmode; external;
- procedure ega_textmode; external;
- procedure ega_palette; external;
- procedure ega_horline (von_x,bis_x,y: word); external;
- procedure ega_verline (x,von_y,bis_y: word); external;
- procedure ega_mal (x: byte; y: word; zeichen: byte); external;
- procedure ega_char (x: byte; y: word; zeichen: byte); external;
- procedure ega_text (x: byte; y: word; text: string); external;
- procedure ega_row (y: byte); external;
- procedure ega_kugel (x,y: word); external;
- procedure ega_scroll (von_y,bis_y,bytes: word); external;