From: cpg Date: Tue, 3 Jan 2006 20:05:59 +0000 (+0000) Subject: remove erroneous comments (hint from Stefan Haubenthal) X-Git-Tag: V2.12.0~164 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f82514362334c4838412f370c273bbb9614e4a64;p=cc65 remove erroneous comments (hint from Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3689 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atari.h b/include/atari.h index 65defb078..976206bda 100644 --- a/include/atari.h +++ b/include/atari.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2000-2005 Mark Keates */ +/* (C) 2000-2006 Mark Keates */ /* Freddy Offenga */ /* Christian Groessler */ /* */ @@ -194,8 +194,8 @@ extern unsigned char _dos_type; /* the DOS flavour */ #define ATARIDOS 0 #define SPARTADOS 1 #define OSADOS 2 -#define MYDOS 3 /* detection currently not implemented */ -#define NODOS 255 /* detection currently not implemented */ +#define MYDOS 3 +#define NODOS 255 /* Define hardware */ #include <_gtia.h>