mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-23 22:29:38 +00:00
mode7: get checkerboard working
This commit is contained in:
parent
df4be961d2
commit
97fda48ff3
@ -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
|
||||
|
BIN
tfv/sprites.png
BIN
tfv/sprites.png
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue
Block a user