From 09a96b98661257ef03b1dcdd10c546d2b3e99264 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Wed, 12 Oct 2011 14:15:55 -0300 Subject: General update, trying to clean up FM volume code, work in progress --- src-z80/core/main.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-z80/core/main.z80') diff --git a/src-z80/core/main.z80 b/src-z80/core/main.z80 index cb0329e..c5aef0f 100644 --- a/src-z80/core/main.z80 +++ b/src-z80/core/main.z80 @@ -87,7 +87,7 @@ EntryPoint: ld (ix+0), $25 ld (ix+1), $03 ld (ix+0), $26 - ld (ix+1), $C9 + ld (ix+1), $C8 ;ld (ix+1), $FF ld (ix+0), $27 ld (ix+1), $3F -- cgit v1.2.3