FDS: set a post-amp value
This commit is contained in:
parent
a52f71ba32
commit
6d441c2ffd
2 changed files with 5 additions and 0 deletions
|
|
@ -498,6 +498,10 @@ void DivPlatformFDS::notifyInsDeletion(void* ins) {
|
|||
}
|
||||
}
|
||||
|
||||
float DivPlatformFDS::getPostAmp() {
|
||||
return useNP?1.8f:1.0f;
|
||||
}
|
||||
|
||||
void DivPlatformFDS::poke(unsigned int addr, unsigned short val) {
|
||||
rWrite(addr,val);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue