]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/get_tv.s
fix comments
[cc65] / libsrc / c64 / get_tv.s
index 1975293d8781025e990a0edc9a10bd5c82ecb202..0b9494ea68d5d037d399e66cdaffac76ea57be80 100644 (file)
@@ -5,10 +5,8 @@
 ; /* Return the video mode the machine is using */
 ;
 
-        .export         _get_tv
-
         .include        "c64.inc"
-
+       .include        "get_tv.inc"
 
 ;--------------------------------------------------------------------------
 ; _get_tv
@@ -21,4 +19,4 @@
 
 .endproc
 
-           
+