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

@ -21,6 +21,9 @@
#include "../engine.h"
#include <math.h>
#define CHIP_FREQBASE fmFreqBase
#define CHIP_DIVIDER fmDivBase
int DivPlatformYM2610Ext::dispatch(DivCommand c) {
if (c.chan<1) {
return DivPlatformYM2610::dispatch(c);