Hey folks,
I doubt anyone can easily answer this question, but just in case someone wants an in-depth mystery to solve, I’ll ask anyway:
I manage the JStella Atari 2600 emulator project at SourceForge. It is a translation of Stella, which is open source C++ software. The sound class is only a loose translation…I sort of had to do the main framework myself, learning about Java Sound as I went.
Problem : Pitfall II has very scratchy sound, especially jumping, but Stella (its C++ parent) has decent sounds. I can’t figure out why…this may be a fault with another part of the emulator, but I figure the scratchy quality is indicative of some common phenomenon.
If anyone wants to hear the scratchy sound, visit http://www.ataritimes.com/jstella/index.php and select Pitfall II. (Click on applet, then hit F1 to flip RESET switch).
Source code can be found by browsing CVS at https://sourceforge.net/projects/jstella.
Thanks,
JLA