• Fichier: get_tv.inc
  • Path: /invader_nes/InvaderNES/build/cc65/asminc/get_tv.inc
  • File size: 225 bytes
  • MIME-type: text/plain
  • Charset: utf-8
 
Retour
;
; 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