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

View File

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