Turn on all four channels at startup

This commit is contained in:
Lucas Scharenbroich 2023-06-18 00:26:11 -05:00
parent a1261e8339
commit 13cc1a807e
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ Tmp1 equ 130
jsr APUStartUp
sep #$30
lda #1
jsl APU_STATUS_WRITE ; turn on the first pulse channel by default
lda #$f
jsl APU_STATUS_WRITE ; turn on the first four channels by default
rep #$30