]> git.sur5r.net Git - cc65/commitdiff
fix comments
authormrdudz <mrdudz@users.noreply.github.com>
Tue, 1 Dec 2015 15:55:02 +0000 (16:55 +0100)
committermrdudz <mrdudz@users.noreply.github.com>
Tue, 1 Dec 2015 15:55:02 +0000 (16:55 +0100)
libsrc/gamate/vga.inc

index f605258bb1bd0f7957d0698cba6da50cf315b49a..da20dd4aa7348eba8b044b6da12e91dbd5646c9a 100644 (file)
@@ -1,7 +1,8 @@
 
-; VGA charset for the PC-Engine conio implementation
+; VGA charset for the Gamate conio implementation
 
         .byte   $00, $00, $00, $00, $00, $00, $00, $00
+
         ; 1
         .byte   %00000000
         .byte   %00000000
@@ -11,6 +12,7 @@
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
+
         ; 2
         .byte   %00010000
         .byte   %00010000
@@ -20,6 +22,7 @@
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
+
         ; 3
         .byte   %00010000
         .byte   %00010000
@@ -29,6 +32,7 @@
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
+
         ; 4
         .byte   %00000000
         .byte   %00000000
@@ -38,6 +42,7 @@
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
+
         ; 5
         .byte   %00000000
         .byte   %00000000
@@ -47,6 +52,7 @@
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
+
         ; 6
         .byte   %00010000
         .byte   %00010000
@@ -56,6 +62,7 @@
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
+
         ; 7
         .byte   %00010000
         .byte   %00010000
@@ -65,6 +72,7 @@
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
+
         ; 8
         .byte   %00000000
         .byte   %00000000
@@ -74,6 +82,7 @@
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
+
         ; 9
         .byte   %00010000
         .byte   %00010000
@@ -83,6 +92,7 @@
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
+
         ; 10 (LF)
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
         .byte   %00000000
+
         ; 11
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
         .byte   %00010000
+
         ; 12
         .byte   %00010000
         .byte   %00010000