mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
Weakened the low pass filter (thanks to tbcarey who compared it with a real PCjr)
svn-id: r17154
This commit is contained in:
parent
adbd8f23e5
commit
402dd115ea
@ -31,8 +31,8 @@ namespace Scumm {
|
||||
|
||||
#define FREQ_HZ 236 // Don't change!
|
||||
|
||||
#define SPK_DECAY 0xfa00 /* Depends on sample rate */
|
||||
#define PCJR_DECAY 0xf600 /* Depends on sample rate */
|
||||
#define SPK_DECAY 0xa000 /* Depends on sample rate */
|
||||
#define PCJR_DECAY 0xa000 /* Depends on sample rate */
|
||||
|
||||
#define FIXP_SHIFT 16
|
||||
#define MAX_OUTPUT 0x7fff
|
||||
|
Loading…
x
Reference in New Issue
Block a user