SCV unification
This commit is contained in:
parent
85981822fa
commit
d853c59b3d
14 changed files with 114 additions and 557 deletions
|
|
@ -77,7 +77,6 @@
|
|||
#include "platform/k007232.h"
|
||||
#include "platform/ga20.h"
|
||||
#include "platform/supervision.h"
|
||||
#include "platform/scvwave.h"
|
||||
#include "platform/scvtone.h"
|
||||
#include "platform/sm8521.h"
|
||||
#include "platform/pv1000.h"
|
||||
|
|
@ -707,10 +706,7 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
dispatch=new DivPlatformSupervision;
|
||||
break;
|
||||
case DIV_SYSTEM_UPD1771C:
|
||||
dispatch=new DivPlatformSCVWave;
|
||||
break;
|
||||
case DIV_SYSTEM_UPD1771C_TONE:
|
||||
dispatch=new DivPlatformSCVTone;
|
||||
dispatch=new DivPlatformSCV;
|
||||
break;
|
||||
case DIV_SYSTEM_SM8521:
|
||||
dispatch=new DivPlatformSM8521;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue