]> git.sur5r.net Git - cc65/commitdiff
revert last change
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 9 Jul 2004 19:23:13 +0000 (19:23 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 9 Jul 2004 19:23:13 +0000 (19:23 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3148 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/atari/ostype.s
libsrc/atari/tvtype.s

index 3528b7924dc1154ded7921a917ed4cae409b1a0d..a8960b3ea00e2861c957510f4528f126c48ef70f 100644 (file)
@@ -1,8 +1,8 @@
 ;
-; Christian Groessler, June 2004
+; Christian Groessler, July 2004
 ; from Freddy Offenga's rominfo.c
 ;
-; unsigned char _get_ostype(void)
+; unsigned char get_ostype(void)
 ;
 ; x x x x x x x x   -  8 bit flag
 ; | | | | | | | |
@@ -38,9 +38,9 @@
 ;              101 - unassigned (up to 111)
 ;
 
-       .export         __get_ostype
+       .export         _get_ostype
 
-.proc  __get_ostype
+.proc  _get_ostype
 
        lda     $fcd8
        cmp     #$a2
index 47f4afd45a1be37d194a54d95eed8c8f101de985..fc9d77e84d700134c12c213b7a15e6de28a16f44 100644 (file)
@@ -1,7 +1,7 @@
 ;
-; Christian Groessler, June 2004
+; Christian Groessler, July 2004
 ;
-; unsigned char _get_tv(void)
+; unsigned char get_tv(void)
 ;
 ; returns the TV system the machine is using
 ; 0 - NTSC
@@ -10,9 +10,9 @@
 
 
        .include        "atari.inc"
-       .export         __get_tv
+       .export         _get_tv
 
-.proc  __get_tv
+.proc  _get_tv
 
        lda     PAL             ; use hw register, PALNTS is only supported on XL/XE ROM
        ldx     #0