Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@914 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
14f2349ea1
commit
f74ed6a2d1
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ _bgcolor:
|
|||
|
||||
|
||||
_bordercolor:
|
||||
ldx VIC_BG_COLOR0 ; get old value
|
||||
ldx VIC_BORDERCOLOR ; get old value
|
||||
sta VIC_BORDERCOLOR ; set new value
|
||||
txa
|
||||
rts
|
||||
|
|
|
@ -26,7 +26,7 @@ _bgcolor:
|
|||
|
||||
|
||||
_bordercolor:
|
||||
ldx VIC_BG_COLOR0 ; get old value
|
||||
ldx VIC_BORDERCOLOR ; get old value
|
||||
sta VIC_BORDERCOLOR ; set new value
|
||||
txa
|
||||
rts
|
||||
|
|
Loading…
Add table
Reference in a new issue