]> git.sur5r.net Git - cc65/blobdiff - samples/tgidemo.c
Dropped VER_PATCH (and VER_RC) and added build date.
[cc65] / samples / tgidemo.c
index 3329dd3ca258b670015de1a75efd2c05187dd93e..a7e3b10f677943d1809a89f6d2812e7e56b7bdf2 100644 (file)
 
 
 #ifndef DYN_DRV
-#  define DYN_DRV      1
+#  define DYN_DRV       1
 #endif
 
-#define COLOR_BACK     TGI_COLOR_BLACK
-#define COLOR_FORE     TGI_COLOR_WHITE
+#define COLOR_BACK      TGI_COLOR_BLACK
+#define COLOR_FORE      TGI_COLOR_WHITE
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -31,7 +31,7 @@ static unsigned AspectRatio;
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/