Revert "VOL_CALC"

This reverts commit a0f1f98b2d.
This commit is contained in:
tildearrow 2023-02-12 01:18:26 -05:00
parent a0f1f98b2d
commit 5c95d7f513
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include <math.h>
#include <map>
#define VOL_CALC(vol) ((0xffff*(vol))/0xff)
#define PITCH_OFFSET ((double)(16*2048*(chanMax+1)))
#define NOTE_ES5506(c,note) (parent->calcBaseFreq(chipClock,chan[c].pcm.freqOffs,note,false))