updated comments

This commit is contained in:
mrdudz 2015-10-19 02:47:40 +02:00
parent 5099910b18
commit d6d016bb80
4 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,8 @@
; ;
; Groepaz/Hitmen, 11.10.2015 ; Groepaz/Hitmen, 11.10.2015
; ;
; high level implementation for the soft80 implementation
;
; char cgetc (void); ; char cgetc (void);
; ;

View file

@ -1,7 +1,7 @@
; ;
; Groepaz/Hitmen, 12.10.2015 ; 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: ; the format of the data follows the following layout:

View file

@ -1,6 +1,8 @@
; ;
; Groepaz/Hitmen, 12.10.2015 ; Groepaz/Hitmen, 12.10.2015
; ;
; high level implementation for the soft80 implementation
;
; unsigned char __fastcall__ textcolor (unsigned char color); ; unsigned char __fastcall__ textcolor (unsigned char color);
; unsigned char __fastcall__ bgcolor (unsigned char color); ; unsigned char __fastcall__ bgcolor (unsigned char color);
; ;

View file

@ -1,6 +1,8 @@
; ;
; Groepaz/Hitmen, 11.10.2015 ; Groepaz/Hitmen, 11.10.2015
; ;
; high level implementation for the soft80 implementation
;
; void cputcxy (unsigned char x, unsigned char y, char c); ; void cputcxy (unsigned char x, unsigned char y, char c);
; void cputc (char c); ; void cputc (char c);
; ;