SID2, part 1
thanks LTVA
This commit is contained in:
parent
ca5cf58d00
commit
1850968def
38 changed files with 7237 additions and 0 deletions
|
|
@ -89,6 +89,7 @@
|
|||
#include "platform/dave.h"
|
||||
#include "platform/nds.h"
|
||||
#include "platform/bifurcator.h"
|
||||
#include "platform/sid2.h"
|
||||
#include "platform/dummy.h"
|
||||
#include "../ta-log.h"
|
||||
#include "song.h"
|
||||
|
|
@ -751,6 +752,9 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
}
|
||||
((DivPlatformNES*)dispatch)->set5E01(true);
|
||||
break;
|
||||
case DIV_SYSTEM_SID2:
|
||||
dispatch=new DivPlatformSID2;
|
||||
break;
|
||||
case DIV_SYSTEM_DUMMY:
|
||||
dispatch=new DivPlatformDummy;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue