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