Reduce duplicates of channel struct

Add/Fix custom clock limit defines (for YMF278B)
This commit is contained in:
cam900 2022-12-04 19:58:58 +09:00
parent fd3f381bc3
commit 2ec4237076
69 changed files with 457 additions and 1151 deletions

View file

@ -851,7 +851,7 @@ void DivPlatformYM2203::reset() {
}
fm->reset();
for (int i=0; i<6; i++) {
chan[i]=DivPlatformYM2203::Channel();
chan[i]=DivPlatformOPN::OPNChannel();
chan[i].std.setEngine(parent);
}
for (int i=0; i<3; i++) {