FDS: wave synth
This commit is contained in:
parent
3b7e9d2929
commit
26dca41b63
2 changed files with 27 additions and 20 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue