OPLL: 91%
GUI improvements soon I gotta allocate macros for the YMU759 params TODO: - FM macros - drums mode - muting
This commit is contained in:
parent
68db27bdb8
commit
90ad8b5268
4 changed files with 27 additions and 37 deletions
|
|
@ -199,6 +199,7 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
case DIV_SYSTEM_VRC7:
|
||||
dispatch=new DivPlatformOPLL;
|
||||
((DivPlatformOPLL*)dispatch)->setVRC7(sys==DIV_SYSTEM_VRC7);
|
||||
((DivPlatformOPLL*)dispatch)->setProperDrums(sys==DIV_SYSTEM_OPLL_DRUMS);
|
||||
break;
|
||||
case DIV_SYSTEM_SAA1099: {
|
||||
int saaCore=eng->getConfInt("saaCore",0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue