aboutsummaryrefslogtreecommitdiff
path: root/include/oam.s
blob: 22935b2fd3ab3bf819d21e0b4c9a5ad5b32544e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
.scope OAM
    ADDRESS = $2003
    DMA     = $4014
.endscope

.macro OAM_WRITE_SPRITES
    lda #$00
    sta OAM::ADDR
    lda #$02
    sta OAM::DMA
.endmacro