FDS: a bit more

This commit is contained in:
tildearrow 2022-05-26 18:09:46 -05:00
parent 6d441c2ffd
commit 4874e91bb0

View file

@ -499,7 +499,7 @@ void DivPlatformFDS::notifyInsDeletion(void* ins) {
} }
float DivPlatformFDS::getPostAmp() { float DivPlatformFDS::getPostAmp() {
return useNP?1.8f:1.0f; return useNP?2.0f:1.0f;
} }
void DivPlatformFDS::poke(unsigned int addr, unsigned short val) { void DivPlatformFDS::poke(unsigned int addr, unsigned short val) {