]> git.sur5r.net Git - cc65/commitdiff
updated comments
authormrdudz <mrdudz@users.noreply.github.com>
Mon, 19 Oct 2015 00:47:40 +0000 (02:47 +0200)
committermrdudz <mrdudz@users.noreply.github.com>
Mon, 19 Oct 2015 00:47:40 +0000 (02:47 +0200)
libsrc/c64/soft80_cgetc.s
libsrc/c64/soft80_charset.s
libsrc/c64/soft80_color.s
libsrc/c64/soft80_cputc.s

index 5343027bbcbc175dc3b5510ff5b5c6e30236f2ab..ae0e2385718e33462943af4dd40c13b57caa81bb 100644 (file)
@@ -1,6 +1,8 @@
 ;
 ; Groepaz/Hitmen, 11.10.2015
 ;
+; high level implementation for the soft80 implementation
+;
 ; char cgetc (void);
 ;
 
index 678439a30508790a666d43e7652c023470a99e4d..69fd3527f247809eefe1945035569168bce7da68 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; 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:
index bbd666af78afabddcab63c5d6085d9f73d2a4524..8c1d113ac9363ed5e0f5a893376387473e7bfaf4 100644 (file)
@@ -1,6 +1,8 @@
 ;
 ; 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);
 ;
index 1ded7ef6aa7be2e1b8a9a8f3fffa897412f739dc..acbe5b5600e2886c5e5cee3ab365b7735dbef76e 100644 (file)
@@ -1,6 +1,8 @@
 ;
 ; 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);
 ;