mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
remove erroneous comments (hint from Stefan Haubenthal)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3689 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
017be4c23b
commit
f825143623
@ -6,7 +6,7 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 2000-2005 Mark Keates <markk@dendrite.co.uk> */
|
||||
/* (C) 2000-2006 Mark Keates <markk@dendrite.co.uk> */
|
||||
/* Freddy Offenga <taf_offenga@yahoo.com> */
|
||||
/* Christian Groessler <cpg@aladdin.de> */
|
||||
/* */
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user