Files
nes-emu/cc65/asminc/get_tv.inc
Matthew Pomes 5c25059ae3
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 38s
Add cc65 artifacts to repo for now
2026-04-12 14:39:50 -05:00

23 lines
225 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
OTHER
.endenum
; get_tv function
.global _get_tv