1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 17:29:50 +00:00
cc65/asminc/get_tv.inc
2018-03-08 16:06:33 -08:00

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