bsnes/higan/sfc/coprocessor
Tim Allen e2ee6689a0 Update to v098r06 release.
byuu says:

Changelog:
- emulation cores now refresh video from host thread instead of
  cothreads (fix AMD crash)
- SFC: fixed another bug with leap year months in SharpRTC emulation
- SFC: cleaned up camelCase on function names for
  armdsp,epsonrtc,hitachidsp,mcc,nss,sharprtc classes
- GB: added MBC1M emulation (requires manually setting mapper=MBC1M in
  manifest.bml for now, sorry)
- audio: implemented Emulator::Audio mixer and effects processor
- audio: implemented Emulator::Stream interface
  - it is now possible to have more than two audio streams: eg SNES
    + SGB + MSU1 + Voicer-Kun (eventually)
- audio: added reverb delay + reverb level settings; exposed balance
  configuration in UI
- video: reworked palette generation to re-enable saturation, gamma,
  luminance adjustments
- higan/emulator.cpp is gone since there was nothing left in it

I know you guys are going to say the color adjust/balance/reverb stuff
is pointless. And indeed it mostly is. But I like the idea of allowing
some fun special effects and configurability that isn't system-wide.

Note: there seems to be some kind of added audio lag in the SGB
emulation now, and I don't really understand why. The code should be
effectively identical to what I had before. The only main thing is that
I'm sampling things to 48000hz instead of 32040hz before mixing. There's
no point where I'm intentionally introducing added latency though. I'm
kind of stumped, so if anyone wouldn't mind taking a look at it, it'd be
much appreciated :/

I don't have an MSU1 test ROM, but the latency issue may affect MSU1 as
well, and that would be very bad.
2016-04-22 23:35:51 +10:00
..
armdsp Update to v098r06 release. 2016-04-22 23:35:51 +10:00
epsonrtc Update to v098r06 release. 2016-04-22 23:35:51 +10:00
event Update to v098r01 release. 2016-04-09 13:40:12 +10:00
hitachidsp Update to v098r06 release. 2016-04-22 23:35:51 +10:00
icd2 Update to v098r06 release. 2016-04-22 23:35:51 +10:00
mcc Update to v098r06 release. 2016-04-22 23:35:51 +10:00
msu1 Update to v098r06 release. 2016-04-22 23:35:51 +10:00
necdsp Update to v098r01 release. 2016-04-09 13:40:12 +10:00
nss Update to v098r06 release. 2016-04-22 23:35:51 +10:00
obc1 Update to v097r15 release. 2016-02-16 20:32:49 +11:00
sa1 Update to v098r01 release. 2016-04-09 13:40:12 +10:00
sdd1 Update to v098r03 release. 2016-04-09 20:21:18 +10:00
sharprtc Update to v098r06 release. 2016-04-22 23:35:51 +10:00
spc7110 Update to v098r01 release. 2016-04-09 13:40:12 +10:00
superfx Update to v098r01 release. 2016-04-09 13:40:12 +10:00
coprocessor.hpp Update to v098r04 release. 2016-04-12 07:29:56 +10:00