a lot of master system fixes!
fixes forest frolick, professional tracker, YZYX, Monday (kinda), MasterTracker and Ice Fields
This commit is contained in:
parent
3e34c60b32
commit
dc5990a37e
10 changed files with 73 additions and 13 deletions
|
|
@ -306,6 +306,10 @@ bool DivPlatformGenesisExt::keyOffAffectsArp(int ch) {
|
|||
return (ch>8);
|
||||
}
|
||||
|
||||
bool DivPlatformGenesisExt::keyOffAffectsPorta(int ch) {
|
||||
return (ch>8);
|
||||
}
|
||||
|
||||
int DivPlatformGenesisExt::init(DivEngine* parent, int channels, int sugRate, bool pal) {
|
||||
DivPlatformGenesis::init(parent,channels,sugRate,pal);
|
||||
for (int i=0; i<4; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue