]> git.sur5r.net Git - cc65/blob - libsrc/atari5200/wherex.s
atari5200: implement bgcolor() and textcolor()
[cc65] / libsrc / atari5200 / wherex.s
1 ;
2 ; Carsten Strotmann, 30.12.2002
3 ;
4 ; unsigned char wherex (void);
5 ;
6
7         .export  _wherex
8         .include "atari5200.inc"
9
10 _wherex:
11         lda     COLCRS_5200
12         ldx     #0
13         rts