bsnes/higan
Tim Allen 8071da4c6a Update to v102r09 release.
byuu says:

Changelog:

  - MD: restructured DMA to a subclass of VDP
  - MD: implemented VRAM copy mode (fixes Langrisser II ... mostly)
  - MS: implemened PSG support [Cydrak]
  - GG: implemented PSG stereo sound support
  - MS: use the new struct Model {} design that other cores use

The MS/GG PSG should be feature complete, but I don't have good tests
for Game Gear stereo mode, nor for the noise channel. There's also a
really weird behavior with when to reload the channel counters on volume
register writes. I can confirm what Cydrak observed in that following
the docs and reloading always creates serious audio distortion problems.
So, more research is needed there.

To get the correct sound out of the PSG, I have to run it at 3.58MHz /
16, which seems really weird to me. The docs make it sound like it's
supposed to run at the full 3.58MHz. If we can really run it at
223.7KHz, then that's help reduce the overhead of PSG emulation, which
will definitely come in handy for Mega Drive, and possibly later Mega
CD, emulation.

I have not implemented the PSG into the Mega Drive just yet. Nor have I
implemented save states or cheat code support into the MS/GG cores yet.
The latter is next on my list.
2017-02-21 22:07:33 +11:00
..
audio Update to v102r02 release. 2017-01-23 08:04:26 +11:00
data Update to v097r06 release. 2016-01-31 18:59:44 +11:00
emulator Update to v102r09 release. 2017-02-21 22:07:33 +11:00
fc Update to v102r06 release. 2017-02-11 10:56:42 +11:00
gb Update to v102r06 release. 2017-02-11 10:56:42 +11:00
gba Update to v102r06 release. 2017-02-11 10:56:42 +11:00
md Update to v102r09 release. 2017-02-21 22:07:33 +11:00
ms Update to v102r09 release. 2017-02-21 22:07:33 +11:00
obj Update to v096r01 release. 2015-12-30 17:54:59 +11:00
out Update to v096r01 release. 2015-12-30 17:54:59 +11:00
pce Update to v102r08 release. 2017-02-20 19:13:10 +11:00
processor Update to v102r08 release. 2017-02-20 19:13:10 +11:00
resource Update to v100r14 release. 2016-07-30 13:56:12 +10:00
sfc Update to v102r06 release. 2017-02-11 10:56:42 +11:00
systems Update to v102r03 release. 2017-01-24 08:18:54 +11:00
target-tomoko Update to v102r04 release. 2017-01-26 12:06:06 +11:00
video Update to v101r31 release. 2017-01-13 12:15:45 +11:00
ws Update to v102r06 release. 2017-02-11 10:56:42 +11:00
GNUmakefile Update to v102r06 release. 2017-02-11 10:56:42 +11:00