Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-06-05 21:12:40 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-06-05 21:13:00 +0300
commit08200ece53ad63a3a762235c4fa2bd6ba4eb5fe5 (patch)
tree82952134f66ee07f191935b4f901552ebe2c0b5d
parent083b5c360ed65d9d2a46725f0636b8b968eb0085 (diff)
Reset sound on startup
-rw-r--r--menu.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/menu.asm b/menu.asm
index 7a5bd4e..17302f1 100644
--- a/menu.asm
+++ b/menu.asm
@@ -120,6 +120,9 @@ Start:
ldx #$ff
txs
+ ; disable and reset sound
+ jsr reset_sound
+
; disable PPU
lda #%00000000
sta PPUCTRL