From 4e49d3646397a805157053c9afc2d41164181f20 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 28 Jun 2002 23:49:21 +0000 Subject: [PATCH] Small sound fix again --- zsnes/src/ui.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsnes/src/ui.asm b/zsnes/src/ui.asm index b61bdee6..aec59511 100644 --- a/zsnes/src/ui.asm +++ b/zsnes/src/ui.asm @@ -71,6 +71,9 @@ NEWSYM zstart call setnoise call InitSPC +%ifndef __MSDOS__ + mov byte[soundon],0 +%endif call allocmem ;allocate memory cmp byte[soundon],0