mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-25 00:30:48 +00:00
Turn on all four channels at startup
This commit is contained in:
parent
a1261e8339
commit
13cc1a807e
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user