]> git.sur5r.net Git - cc65/blobdiff - include/atari2600.h
Added C65/C64DX accelerator code and documentation.
[cc65] / include / atari2600.h
index 1eb51a2dda0b7e444b3010ad16896e46c95631c9..a6b5cda47749a3f08fe34974c295647ea7b882ad 100644 (file)
@@ -8,9 +8,13 @@
 /*                                                                           */
 /*****************************************************************************/
 
+
+
 #ifndef _ATARI2600_H
 #define _ATARI2600_H
 
+
+
 /* Check for errors */
 #if !defined(__ATARI2600__)
 #  error This module may only be used when compiling for the Atari 2600!
@@ -22,5 +26,7 @@
 #include <_riot.h>
 #define RIOT (*(struct __riot*)0x0280)
 
+
+
 /* End of atari2600.h */
-#endif /* #ifndef _ATARI2600_H */
+#endif