From: uz Date: Mon, 1 Feb 2010 18:04:31 +0000 (+0000) Subject: Added new return code for get_ostype(). X-Git-Tag: V2.13.2~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d440c0102b374ff2da2da3027e3769e8bf56f77;p=cc65 Added new return code for get_ostype(). git-svn-id: svn://svn.cc65.org/cc65/trunk@4571 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/c64.h b/include/c64.h index b5606ad8d..ba9aefda9 100644 --- a/include/c64.h +++ b/include/c64.h @@ -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 */ /* */ @@ -100,8 +100,9 @@ #define C64_OS_SX64 0x43 /* SX-64 */ #define C64_EU_NEW 0x03 #define C64_EU_OLD 0x00 +#define C64_DTV 0xFF /* C64 DTV */ - + /*****************************************************************************/ /* Code */