aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-02 02:52:01 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-02 02:52:01 -0500
commit8df79d5a6efa83fb3ceefee9b9da8f27ad0c0f8e (patch)
tree06dd4313452e973f42c810b281bb80ab04f23817
parent44b6d390ca9410912da397ef6c0d17fe049471b2 (diff)
downloadtaipan-8df79d5a6efa83fb3ceefee9b9da8f27ad0c0f8e.tar.gz
fix sound not working with APE loader
-rw-r--r--newtitle.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/newtitle.s b/newtitle.s
index 953a3cb..2919059 100644
--- a/newtitle.s
+++ b/newtitle.s
@@ -152,6 +152,7 @@ start:
lda #0
sta FR0
sta SDMCTL
+ sta sound_disabled ; fix issue with sound not working with APE loader
; build our display list
; TODO, for now it's hardcoded (see 'dlist' below)