prepare for SAA1099
This commit is contained in:
parent
390eb66647
commit
307665f531
6 changed files with 876 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "platform/ay.h"
|
||||
#include "platform/ay8930.h"
|
||||
#include "platform/tia.h"
|
||||
#include "platform/saa.h"
|
||||
#include "platform/dummy.h"
|
||||
#include "../ta-log.h"
|
||||
|
||||
|
|
@ -124,6 +125,9 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
case DIV_SYSTEM_TIA:
|
||||
dispatch=new DivPlatformTIA;
|
||||
break;
|
||||
case DIV_SYSTEM_SAA1099:
|
||||
dispatch=new DivPlatformSAA1099;
|
||||
break;
|
||||
default:
|
||||
logW("this system is not supported yet! using dummy platform.\n");
|
||||
dispatch=new DivPlatformDummy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue