bsnes/higan/pce
Tim Allen 7c9b78b7bb Update to v102r07 release.
byuu says:

Changelog:

  - PCE: emulated PSG volume controls (vastly enhances audio quality)
  - PCE: emulated PSG noise as a square wave (somewhat enhances audio
    quality)
  - PCE: added save state support (currently broken and deadlocks the
    emulator though)

Thankfully, MAME had some rather easy to read code on how the volume
adjustment works, which they apparently ripped out of expired patents.
Hooray!

The two remaining sound issues are:

1. the random number generator for the noise channel is definitely not
hardware accurate. But it won't affect the sound quality at all. You'd
only be able to tell the difference by looking at hex bytes of a stream
rip.
2. I have no clue how to emulate the LFO (frequency modulation). A comment
in MAME's code (they also don't emulate it) advises that they aren't
aware of any games that even use it. But I'm there has to be at least one?

Given LFO not being used, and the RNG not really mattering all that much
... the sound's pretty close to perfect now.
2017-02-13 10:09:03 +11:00
..
cartridge Update to v102r04 release. 2017-01-26 12:06:06 +11:00
controller Update to v102r01 release. 2017-01-22 11:33:36 +11:00
cpu Update to v102r07 release. 2017-02-13 10:09:03 +11:00
interface Update to v102r07 release. 2017-02-13 10:09:03 +11:00
psg Update to v102r07 release. 2017-02-13 10:09:03 +11:00
system Update to v102r07 release. 2017-02-13 10:09:03 +11:00
vce Update to v102r07 release. 2017-02-13 10:09:03 +11:00
vdc Update to v102r07 release. 2017-02-13 10:09:03 +11:00
vpc Update to v102r07 release. 2017-02-13 10:09:03 +11:00
GNUmakefile Update to v102r03 release. 2017-01-24 08:18:54 +11:00
pce.hpp Update to v102r06 release. 2017-02-11 10:56:42 +11:00