From f82514362334c4838412f370c273bbb9614e4a64 Mon Sep 17 00:00:00 2001 From: cpg Date: Tue, 3 Jan 2006 20:05:59 +0000 Subject: [PATCH] remove erroneous comments (hint from Stefan Haubenthal) git-svn-id: svn://svn.cc65.org/cc65/trunk@3689 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/atari.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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> -- 2.39.5