Add cc65 artifacts to repo for now
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 38s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 38s
This commit is contained in:
22
cc65/asminc/get_tv.inc
Normal file
22
cc65/asminc/get_tv.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
;
|
||||
; 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user