diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-13 16:34:11 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-13 16:34:11 +0200 |
| commit | aef156ac6216ed157b06a2872ba051af43317e93 (patch) | |
| tree | a6daca2bc0353e6b59823bc6bf019362ecb02507 /.nasm/memory.txt | |
| parent | c3c6f3b4469bf9eadff5763fa16dbbbf15637e57 (diff) | |
| download | jetpac.nes-aef156ac6216ed157b06a2872ba051af43317e93.tar.gz jetpac.nes-aef156ac6216ed157b06a2872ba051af43317e93.zip | |
Add sound effects
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
| -rw-r--r-- | .nasm/memory.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index e2ab039..f0eff2b 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -63,6 +63,7 @@ $D2-$D3: zp_movement_fn $D4: zp_pool_index $D5: zp_movement_arg $D6: zp_palette +$DA: zp_frame_count $E0: zp_pool_size $E1: zp_last_allocated_index $E2: zp_current_bullet_y @@ -80,10 +81,22 @@ $2003: m_address $2005: m_scroll $2006: m_address $2007: m_data +$4000: m_square_1_envelope +$4001: m_square_1_sweep +$4002: m_square_1_low +$4003: m_square_1_high +$4004: m_square_2_envelope +$4005: m_square_2_sweep +$4006: m_square_2_low +$4007: m_square_2_high +$400C: m_noise_envelope +$400E: m_noise_mode +$400F: m_noise_counter $4010: m_dmc $4014: m_dma +$4015: m_status $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 567/2048 (27.69%) +- Internal RAM: 568/2048 (27.73%) |
