2004-10-16 19:35:05 +00:00
|
|
|
;
|
|
|
|
; get_tv.inc
|
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2004-10-15
|
|
|
|
;
|
|
|
|
; Defines for the get_tv function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Error codes returned by all functions
|
2004-10-26 21:03:47 +00:00
|
|
|
.enum TV
|
|
|
|
NTSC
|
|
|
|
PAL
|
|
|
|
OTHER
|
2004-10-16 19:35:05 +00:00
|
|
|
.endenum
|
|
|
|
|
|
|
|
|
|
|
|
; get_tv function
|
|
|
|
|
|
|
|
.global _get_tv
|
|
|
|
|
|
|
|
|