]> git.sur5r.net Git - cc65/commitdiff
Added new return code for get_ostype().
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 1 Feb 2010 18:04:31 +0000 (18:04 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 1 Feb 2010 18:04:31 +0000 (18:04 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4571 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/c64.h

index b5606ad8d793b4253ebceaede5de98b1a5d81564..ba9aefda95a19b31855cb9f93295eba6e3483e3a 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2003 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
+/* (C) 1998-2010 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 #define C64_OS_SX64     0x43            /* SX-64 */
 #define C64_EU_NEW      0x03
 #define C64_EU_OLD      0x00
+#define C64_DTV         0xFF            /* C64 DTV */
 
-
+                
 
 /*****************************************************************************/
 /*                                  Code                                    */