OPLL: 90%
effects implemented. TODO: - FM macros - muting - proper drum mode - proper VRC7
This commit is contained in:
parent
e5c993eb14
commit
539182e643
2 changed files with 34 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue