a first go at the glk driver

This commit is contained in:
marschap
2006-10-31 16:19:44 +00:00
parent 3ef9ad1c4e
commit 3c6e935725
3 changed files with 296 additions and 234 deletions
+1
View File
@@ -19,6 +19,7 @@ MODULE_EXPORT void glk_old_hbar(Driver *drvthis, int x, int y, int len);
MODULE_EXPORT void glk_num(Driver *drvthis, int x, int num);
MODULE_EXPORT void glk_old_icon(Driver *drvthis, int which, int dest);
MODULE_EXPORT int glk_get_free_chars(Driver *drvthis);
MODULE_EXPORT void glk_set_char(Driver *drvthis, int n, char *dat);
MODULE_EXPORT int glk_get_contrast(Driver *drvthis);