per-channel oscilloscope, part 10

OPZ
This commit is contained in:
tildearrow 2022-05-02 00:22:34 -05:00
parent de09073232
commit 430d0329bd
3 changed files with 19 additions and 0 deletions

View file

@ -68,6 +68,7 @@ class DivPlatformTX81Z: public DivDispatch {
chVolR(127) {}
};
Channel chan[8];
DivDispatchOscBuffer* oscBuf[8];
struct QueuedWrite {
unsigned short addr;
unsigned char val;
@ -102,6 +103,7 @@ class DivPlatformTX81Z: public DivDispatch {
void acquire(short* bufL, short* bufR, size_t start, size_t len);
int dispatch(DivCommand c);
void* getChanState(int chan);
DivDispatchOscBuffer* getOscBuffer(int chan);
unsigned char* getRegisterPool();
int getRegisterPoolSize();
void reset();