atari: split color.s into bordercolor.s and bgcolor.s
This commit is contained in:
committed by
Oliver Schmidt
parent
0576fe51e7
commit
edd596b2a4
15
libsrc/atari/bordercolor.s
Normal file
15
libsrc/atari/bordercolor.s
Normal file
@@ -0,0 +1,15 @@
|
||||
;
|
||||
; Christian Groessler, 02-Apr-2019
|
||||
;
|
||||
|
||||
.export _bordercolor
|
||||
|
||||
.include "atari.inc"
|
||||
|
||||
|
||||
_bordercolor:
|
||||
ldx COLOR4 ; get old value
|
||||
sta COLOR4 ; set new value
|
||||
txa
|
||||
ldx #0 ; fix X
|
||||
rts
|
||||
Reference in New Issue
Block a user