Reduce duplicates of channel struct
Add/Fix custom clock limit defines (for YMF278B)
This commit is contained in:
parent
fd3f381bc3
commit
2ec4237076
69 changed files with 457 additions and 1151 deletions
|
|
@ -1276,7 +1276,7 @@ void DivPlatformYM2610B::reset() {
|
|||
}
|
||||
fm->reset();
|
||||
for (int i=0; i<16; i++) {
|
||||
chan[i]=DivPlatformYM2610B::Channel();
|
||||
chan[i]=DivPlatformOPN::OPNChannelStereo();
|
||||
chan[i].std.setEngine(parent);
|
||||
}
|
||||
for (int i=0; i<psgChanOffs; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue