From 8fdf49b8e53fd3063ccc2eb51c49c3b6e4d073bb Mon Sep 17 00:00:00 2001 From: sik Date: Mon, 22 Jan 2018 19:19:19 -0300 Subject: Echo 1.6 release... kind of a mess, will clean up in further commits I guess --- src-z80/core/bgm.z80 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-z80/core/bgm.z80') diff --git a/src-z80/core/bgm.z80 b/src-z80/core/bgm.z80 index b48d87a..c043616 100644 --- a/src-z80/core/bgm.z80 +++ b/src-z80/core/bgm.z80 @@ -376,10 +376,11 @@ ClearBGM: ld a, b ; Reset panning and $04 + rrca ld iyl, a ld a, b and $03 - add $B4 + add a, $B4 ld (iy+0), a ld (iy+1), $C0 -- cgit v1.2.3