atari5200: implement bgcolor() and textcolor()
Includes some other small fixes/cleanups.
This commit is contained in:
committed by
Oliver Schmidt
parent
edd596b2a4
commit
ec5e38617a
13
libsrc/atari5200/wherey.s
Normal file
13
libsrc/atari5200/wherey.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Carsten Strotmann, 30.12.2002
|
||||
;
|
||||
; unsigned char wherey (void);
|
||||
;
|
||||
|
||||
.export _wherey
|
||||
.include "atari5200.inc"
|
||||
|
||||
_wherey:
|
||||
lda ROWCRS_5200
|
||||
ldx #0
|
||||
rts
|
||||
Reference in New Issue
Block a user