mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
25 lines
248 B
PHP
25 lines
248 B
PHP
;
|
|
; get_tv.inc
|
|
;
|
|
; Ullrich von Bassewitz, 2004-10-15
|
|
;
|
|
; Defines for the get_tv function.
|
|
|
|
|
|
|
|
; Error codes returned by all functions
|
|
.enum TV
|
|
NTSC
|
|
PAL
|
|
NTSC_OLD
|
|
PAL_N
|
|
OTHER
|
|
.endenum
|
|
|
|
|
|
; get_tv function
|
|
|
|
.global _get_tv
|
|
|
|
|