]> git.sur5r.net Git - cc65/blobdiff - asminc/get_tv.inc
Made the code that logs indirect-goto referals be a little more efficient.
[cc65] / asminc / get_tv.inc
index 8cdbe781cd8871aa2fc9094b9a71e1bf92fe1f0b..47e0d9c2abbf52182bf84748546c973df306d764 100644 (file)
@@ -8,10 +8,10 @@
 
 
 ; Error codes returned by all functions
-.enum
-    TV_NTSC     
-    TV_PAL
-    TV_OTHER
+.enum TV
+    NTSC
+    PAL
+    OTHER
 .endenum