dev78 - new compat flag that fixes ExtCh
This commit is contained in:
parent
96d45dafb2
commit
ad09254cf4
8 changed files with 41 additions and 9 deletions
|
|
@ -308,6 +308,7 @@ struct DivSong {
|
|||
bool ignoreJumpAtEnd;
|
||||
bool buggyPortaAfterSlide;
|
||||
bool gbInsAffectsEnvelope;
|
||||
bool sharedExtStat;
|
||||
|
||||
DivOrders orders;
|
||||
std::vector<DivInstrument*> ins;
|
||||
|
|
@ -386,7 +387,8 @@ struct DivSong {
|
|||
rowResetsArpPos(false),
|
||||
ignoreJumpAtEnd(false),
|
||||
buggyPortaAfterSlide(false),
|
||||
gbInsAffectsEnvelope(true) {
|
||||
gbInsAffectsEnvelope(true),
|
||||
sharedExtStat(true) {
|
||||
for (int i=0; i<32; i++) {
|
||||
system[i]=DIV_SYSTEM_NULL;
|
||||
systemVol[i]=64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue