OPL: fix crash

This commit is contained in:
tildearrow 2022-06-29 02:11:25 -05:00
parent 6fe7e638d5
commit 0a055ff85b
2 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ class DivPlatformOPL: public DivDispatch {
}
};
Channel chan[20];
DivDispatchOscBuffer* oscBuf[18];
DivDispatchOscBuffer* oscBuf[20];
bool isMuted[20];
struct QueuedWrite {
unsigned short addr;