dev160 - C64: add key priority system
and options to change hard reset envelope issue #1115
This commit is contained in:
parent
7e6ffd7e12
commit
f1b30c01a4
5 changed files with 89 additions and 5 deletions
|
|
@ -67,6 +67,10 @@ class DivPlatformC64: public DivDispatch {
|
|||
int filtCut, resetTime;
|
||||
bool isFP;
|
||||
|
||||
bool keyPriority;
|
||||
unsigned char chanOrder[3];
|
||||
unsigned char testAD, testSR;
|
||||
|
||||
SID sid;
|
||||
reSIDfp::SID sid_fp;
|
||||
unsigned char regPool[32];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue