aboutsummaryrefslogtreecommitdiff
path: root/shared/apu.s
blob: 814c4465065e96eb6a1867db308c157b81a0fc2d (plain)
1
2
3
4
5
6
7
8
.scope APU
    m_square_1_envelope = $4000
    m_square_1_low      = $4002
    m_square_1_high     = $4003
    m_dmc               = $4010
    m_status            = $4015
    m_frame_counter     = $4017
.endscope