aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/bgm.z80
diff options
context:
space:
mode:
Diffstat (limited to 'src-z80/core/bgm.z80')
-rw-r--r--src-z80/core/bgm.z8010
1 files changed, 0 insertions, 10 deletions
diff --git a/src-z80/core/bgm.z80 b/src-z80/core/bgm.z80
index 27cb89c..ea245a1 100644
--- a/src-z80/core/bgm.z80
+++ b/src-z80/core/bgm.z80
@@ -42,16 +42,6 @@ PlayBGM:
ld hl, ProcessBGM ; Tell Echo to process BGM
ld (DoTick_BGM+1), hl
-; ld b, 8 ; Kill all FM channels explicitly
-;.resetallfm:
-; ld a, b
-; and $04
-; rrca
-; ld iyl, a
-; ld a, b
-; call KillFM
-; djnz .resetallfm
-
jp IdleLoop ; End of subroutine
;****************************************************************************