Move on .cpp, prepare for variable rate support

This commit is contained in:
cam900 2022-06-08 10:10:55 +09:00
parent 8e69a7b617
commit 6aa88b0770
11 changed files with 30 additions and 8 deletions

View file

@ -22,6 +22,9 @@
#include <string.h>
#include <math.h>
#define CHIP_FREQBASE fmFreqBase
#define CHIP_DIVIDER fmDivBase
#define IS_REALLY_MUTED(x) (isMuted[x] && (x<5 || !softPCM || (isMuted[5] && isMuted[6])))
const char* DivPlatformGenesis::getEffectName(unsigned char effect) {