mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
FDS: a bit more
This commit is contained in:
parent
6d441c2ffd
commit
4874e91bb0
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ void DivPlatformFDS::notifyInsDeletion(void* ins) {
|
|||
}
|
||||
|
||||
float DivPlatformFDS::getPostAmp() {
|
||||
return useNP?1.8f:1.0f;
|
||||
return useNP?2.0f:1.0f;
|
||||
}
|
||||
|
||||
void DivPlatformFDS::poke(unsigned int addr, unsigned short val) {
|
||||
|
|
Loading…
Reference in a new issue