Arcade: implement FM macros

This commit is contained in:
tildearrow 2022-01-27 02:17:09 -05:00
parent 684daa29e3
commit 5eb974456d
4 changed files with 192 additions and 42 deletions

View file

@ -88,7 +88,6 @@ void DivPlatformGenesis::tick() {
if (i==2 && extMode) continue;
chan[i].std.next();
// TODO
if (chan[i].std.hadVol) {
chan[i].outVol=(chan[i].vol*chan[i].std.vol)/127;
for (int j=0; j<4; j++) {