;
; Groepaz/Hitmen, 11.10.2015
;
+; high level implementation for the soft80 implementation
+;
; char cgetc (void);
;
;
; Groepaz/Hitmen, 12.10.2015
;
-; character set for use with the soft80 implementation
+; character set for use with the soft80 implementations
;
; the format of the data follows the following layout:
;
; Groepaz/Hitmen, 12.10.2015
;
+; high level implementation for the soft80 implementation
+;
; unsigned char __fastcall__ textcolor (unsigned char color);
; unsigned char __fastcall__ bgcolor (unsigned char color);
;
;
; Groepaz/Hitmen, 11.10.2015
;
+; high level implementation for the soft80 implementation
+;
; void cputcxy (unsigned char x, unsigned char y, char c);
; void cputc (char c);
;