fix two possible pitch slide regressions
now let's fix blue crow
This commit is contained in:
parent
5b2f776718
commit
bf9eb8b0a4
5 changed files with 11 additions and 0 deletions
|
|
@ -638,6 +638,10 @@ void DivPlatformGenesis::notifyInsDeletion(void* ins) {
|
|||
psg.notifyInsDeletion(ins);
|
||||
}
|
||||
|
||||
int DivPlatformGenesis::getPortaFloor(int ch) {
|
||||
return (ch>5)?12:0;
|
||||
}
|
||||
|
||||
void DivPlatformGenesis::setFlags(unsigned int flags) {
|
||||
if (flags==2) {
|
||||
chipClock=8000000.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue