X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=nsf.c;fp=nsf.c;h=52da5e5ac842ca6de45345dc323f881e81f83258;hp=ea77c6a9061dfcce2ee7e536af3a0290509a05d7;hb=21afaa365c97896da6ccbdd6540e20f2d2bb4990;hpb=c4980f9edd806014286d57aee1cbe5e73b803e46 diff --git a/nsf.c b/nsf.c index ea77c6a..52da5e5 100644 --- a/nsf.c +++ b/nsf.c @@ -415,7 +415,7 @@ void DrawNSF(uint8 *XBuf) memset(XBuf+SCREEN_OFFS+x*SCREEN_WIDTH,0,256); if(FSettings.SoundVolume) - mul=8192*240/(16384*FSettings.SoundVolume/50)/8; + mul=8192*240/(16384*FSettings.SoundVolume/50); { int16 *Bufpl;