1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 16:24:46 +00:00

Added new return code for get_ostype().

git-svn-id: svn://svn.cc65.org/cc65/trunk@4571 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2010-02-01 18:04:31 +00:00
parent 7d731dce02
commit 9d440c0102

View File

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