]> git.sur5r.net Git - cc65/blob - asminc/get_tv.inc
Fixed _textcolor definition.
[cc65] / asminc / get_tv.inc
1 ;
2 ; get_tv.inc
3 ;
4 ; Ullrich von Bassewitz, 2004-10-15
5 ;
6 ; Defines for the get_tv function.
7
8
9
10 ; Error codes returned by all functions
11 .enum TV
12     NTSC
13     PAL
14     OTHER
15 .endenum
16
17
18 ; get_tv function
19
20         .global _get_tv
21
22