mode7: get checkerboard working

This commit is contained in:
Vince Weaver 2017-12-13 00:19:18 -05:00
parent df4be961d2
commit 97fda48ff3
2 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,11 @@
lda SPACEY_I ; 3
sta spacey_label+1 ; self modifying code, LAST_SPACEY_I ; 4
lda #$11 ; always red
lda SPACEY_I
eor SPACEX_I
and #$1
beq @black
@white:
lda #$ff
@black:
sta map_color_label+1 ; self-modifying

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB