From d8a00fb747a4df086db0aea650616bd76774d501 Mon Sep 17 00:00:00 2001 From: zsknight <> Date: Fri, 25 May 2001 20:53:33 +0000 Subject: [PATCH] Sound is not forced on anymore --- zsnes/src/ui.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/ui.asm b/zsnes/src/ui.asm index eaec7d5f..a734ccc6 100644 --- a/zsnes/src/ui.asm +++ b/zsnes/src/ui.asm @@ -69,7 +69,7 @@ NEWSYM zstart call setnoise call InitSPC - mov byte[soundon],1 +; mov byte[soundon],1 call allocmem ;allocate memory ; xor eax,eax