aboutsummaryrefslogtreecommitdiff
path: root/shared/apu.s
blob: f876d91bb4e09b8abb50be74409c730348724b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.scope APU
    m_square_1_envelope = $4000
    m_square_1_sweep    = $4001
    m_square_1_low      = $4002
    m_square_1_high     = $4003
    m_square_2_envelope = $4004
    m_square_2_sweep    = $4005
    m_square_2_low      = $4006
    m_square_2_high     = $4007
    m_triangle_control  = $4008
    m_triangle_low      = $400A
    m_triangle_high     = $400B
    m_dmc               = $4010
    m_status            = $4015
    m_frame_counter     = $4017
.endscope