]> git.sur5r.net Git - cc65/blobdiff - include/nes.h
Remove this copy of the apple include file - a copy was added to asminc
[cc65] / include / nes.h
index 7a2f3e176fca1a4771afc3f82a9334b93463d4a7..48c5418e0c82f7a9eb63c3dc23838a25b498c221 100644 (file)
 #define COLOR_LIGHTBLUE        0x0E
 #define COLOR_GRAY3            0x0F
 
+/* Return codes of get_tv */
+#define TV_NTSC         0
+#define TV_PAL          1
+#define TV_OTHER        2
+
 
 
 void __fastcall__ waitvblank (void);
 /* Wait for the vertical blanking */
 
+unsigned char __fastcall__ get_tv (void);
+/* Return the video mode the machine is using. */
+
 
 
 /* End of nes.h */