From dcea4fba94e31b6b59faa90674704750fe0d1fd5 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Fri, 28 Sep 2001 23:33:50 +0000 Subject: [PATCH] Code cleanup --- zsnes/src/ui.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zsnes/src/ui.asm b/zsnes/src/ui.asm index 6a58a640..447df2b2 100644 --- a/zsnes/src/ui.asm +++ b/zsnes/src/ui.asm @@ -75,12 +75,6 @@ NEWSYM zstart %endif call allocmem ;allocate memory - ; xor eax,eax - ; mov al,[soundon] - ; call printnum - - ; jmp DosExit - cmp byte[soundon],0 jne .yessound cmp byte[SPCDisable],1