FDS: wave synth

This commit is contained in:
tildearrow 2022-04-08 02:59:58 -05:00
parent 3b7e9d2929
commit 26dca41b63
2 changed files with 27 additions and 20 deletions

View file

@ -22,6 +22,7 @@
#include "../dispatch.h"
#include "../macroInt.h"
#include "../waveSynth.h"
class DivPlatformFDS: public DivDispatch {
struct Channel {
@ -59,6 +60,7 @@ class DivPlatformFDS: public DivDispatch {
};
Channel chan[1];
bool isMuted[1];
DivWaveSynth ws;
unsigned char apuType;
struct _fds* fds;
unsigned char regPool[128];