mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-12-01 08:49:41 +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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user