add Pokémon Mini (partially)
This commit is contained in:
parent
afb2fb9165
commit
5f3210ba48
6 changed files with 401 additions and 0 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"
|
||||
|
|
@ -326,6 +327,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