aboutsummaryrefslogtreecommitdiff
path: root/shared/oam.s
blob: ff23d645eedbfe9a617a012cf6de37840c4440fb (plain)
1
2
3
4
5
6
7
8
9
10
11
.scope OAM
    m_addr = $2003
    m_dma  = $4014
.endscope

.macro OAM_WRITE_SPRITES
    lda #$00
    sta OAM::m_addr
    lda #$02
    sta OAM::m_dma
.endmacro