OPLL: 90%

effects implemented.
TODO:
- FM macros
- muting
- proper drum mode
- proper VRC7
This commit is contained in:
tildearrow 2022-02-28 03:17:33 -05:00
parent e5c993eb14
commit 539182e643
2 changed files with 34 additions and 30 deletions

View file

@ -57,8 +57,8 @@ class DivPlatformOPLL: public DivDispatch {
vol(0),
pan(3) {}
};
Channel chan[9];
bool isMuted[9];
Channel chan[11];
bool isMuted[11];
struct QueuedWrite {
unsigned short addr;
unsigned char val;