prepare for ch3 mode
This commit is contained in:
parent
5a8e20fcd1
commit
2532401265
7 changed files with 87 additions and 37 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "../ta-log.h"
|
||||
#include "../audio/sdl.h"
|
||||
#include "platform/genesis.h"
|
||||
#include "platform/genesisext.h"
|
||||
#include "platform/sms.h"
|
||||
#include "platform/dummy.h"
|
||||
#include <math.h>
|
||||
|
|
@ -676,6 +677,9 @@ bool DivEngine::init() {
|
|||
case DIV_SYSTEM_GENESIS:
|
||||
dispatch=new DivPlatformGenesis;
|
||||
break;
|
||||
case DIV_SYSTEM_GENESIS_EXT:
|
||||
dispatch=new DivPlatformGenesisExt;
|
||||
break;
|
||||
case DIV_SYSTEM_SMS:
|
||||
dispatch=new DivPlatformSMS;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue