ZX beeper: fix overlay drums

This commit is contained in:
tildearrow 2022-05-19 17:02:16 -05:00
parent e3f4928f7c
commit c2764591e0
2 changed files with 14 additions and 11 deletions

View file

@ -71,6 +71,7 @@ class DivPlatformZXBeeper: public DivDispatch {
int tempL[32];
int tempR[32];
unsigned char regPool[128];
bool sampleOut;
friend void putDispatchChan(void*,int,int);
public:
void acquire(short* bufL, short* bufR, size_t start, size_t len);