BubSys: bring on the wave synth
This commit is contained in:
parent
62ff7317e3
commit
3b7e9d2929
2 changed files with 24 additions and 15 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include "../dispatch.h"
|
||||
#include <queue>
|
||||
#include "../macroInt.h"
|
||||
#include "../waveSynth.h"
|
||||
#include "sound/k005289/k005289.hpp"
|
||||
|
||||
class DivPlatformBubSysWSG: public DivDispatch {
|
||||
|
|
@ -33,6 +34,7 @@ class DivPlatformBubSysWSG: public DivDispatch {
|
|||
signed char vol, outVol, wave;
|
||||
signed char waveROM[32] = {0}; // 4 bit PROM per channel on bubble system
|
||||
DivMacroInt std;
|
||||
DivWaveSynth ws;
|
||||
Channel():
|
||||
freq(0),
|
||||
baseFreq(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue