replace AArt µPD1771C core with MAME
This commit is contained in:
parent
00ad4e4a46
commit
97402e6d41
20 changed files with 1126 additions and 380 deletions
|
|
@ -77,7 +77,8 @@
|
|||
#include "platform/k007232.h"
|
||||
#include "platform/ga20.h"
|
||||
#include "platform/supervision.h"
|
||||
#include "platform/upd1771c.h"
|
||||
#include "platform/scvwave.h"
|
||||
#include "platform/scvtone.h"
|
||||
#include "platform/sm8521.h"
|
||||
#include "platform/pv1000.h"
|
||||
#include "platform/k053260.h"
|
||||
|
|
@ -732,7 +733,10 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
dispatch=new DivPlatformSupervision;
|
||||
break;
|
||||
case DIV_SYSTEM_UPD1771C:
|
||||
dispatch=new DivPlatformUPD1771c;
|
||||
dispatch=new DivPlatformSCVWave;
|
||||
break;
|
||||
case DIV_SYSTEM_UPD1771C_TONE:
|
||||
dispatch=new DivPlatformSCVTone;
|
||||
break;
|
||||
case DIV_SYSTEM_SM8521:
|
||||
dispatch=new DivPlatformSM8521;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue