prepend a "_" to clib runtime functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@3076 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;
|
||||
; Christian Groessler, November 2001
|
||||
; Christian Groessler, June 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
|
||||
|
||||
Reference in New Issue
Block a user