SMS: add modified Nuked-PSG core
This commit is contained in:
parent
0f203d1abd
commit
e3ebe0cb92
10 changed files with 909 additions and 2 deletions
|
|
@ -191,6 +191,7 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
break;
|
||||
case DIV_SYSTEM_SMS:
|
||||
dispatch=new DivPlatformSMS;
|
||||
((DivPlatformSMS*)dispatch)->setNuked(eng->getConfInt("snCore",0));
|
||||
break;
|
||||
case DIV_SYSTEM_GB:
|
||||
dispatch=new DivPlatformGB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue