it plays basic waves with reSID envelope for now

This commit is contained in:
LTVA1 2024-07-30 21:01:17 +03:00
parent 719cec89b1
commit 8ac7fa7de5
4 changed files with 148 additions and 8 deletions

View file

@ -81,6 +81,8 @@ class DivPlatformSID3: public DivDispatch {
friend void putDispatchChan(void*,int,int);
void updateFilter(int channel);
void updateFreq(int channel);
void updateDuty(int channel);
public:
void acquire(short** buf, size_t len);
int dispatch(DivCommand c);