Merge branch 'master' of https://github.com/tildearrow/furnace into k007232
This commit is contained in:
commit
441ad05484
63 changed files with 617 additions and 718 deletions
|
|
@ -49,6 +49,7 @@
|
|||
#include "platform/saa.h"
|
||||
#include "platform/amiga.h"
|
||||
#include "platform/pcspkr.h"
|
||||
#include "platform/pokemini.h"
|
||||
#include "platform/segapcm.h"
|
||||
#include "platform/qsound.h"
|
||||
#include "platform/vera.h"
|
||||
|
|
@ -327,6 +328,9 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
case DIV_SYSTEM_PCSPKR:
|
||||
dispatch=new DivPlatformPCSpeaker;
|
||||
break;
|
||||
case DIV_SYSTEM_POKEMINI:
|
||||
dispatch=new DivPlatformPokeMini;
|
||||
break;
|
||||
case DIV_SYSTEM_SFX_BEEPER:
|
||||
dispatch=new DivPlatformZXBeeper;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue