C219: more updates

to-do:
- VGM export
- presets
- noise/invert toggles
This commit is contained in:
tildearrow 2023-08-27 20:05:08 -05:00
parent 859182bb08
commit 26f6f22ef5
3 changed files with 10 additions and 5 deletions

View file

@ -55,6 +55,7 @@ class DivPlatformC140: public DivDispatch {
bool sampleLoaded[256];
bool is219;
int totalChans;
unsigned char groupBank[4];
unsigned char* sampleMem;
size_t sampleMemLen;