arcade: add effects to control AMD/PMD

This commit is contained in:
tildearrow 2022-01-20 17:54:11 -05:00
parent e10f61eda2
commit 730561d3a3
5 changed files with 29 additions and 2 deletions

View file

@ -42,6 +42,7 @@ class DivPlatformArcade: public DivDispatch {
int pcmL, pcmR, pcmCycles;
unsigned char sampleBank;
unsigned char lastBusy;
unsigned char amDepth, pmDepth;
ymfm::ym2151* fm_ymfm;
ymfm::ym2151::output_data out_ymfm;