bsnes/higan/sfc
Tim Allen 7cdae5195a Update to v098r07 release.
byuu says:

Changelog:
- GB: support modeSelect and RAM for MBC1M (Momotarou Collection)
- audio: implemented native resampling support into Emulator::Stream
- audio: removed nall::DSP completely

Unfortunately, the new resampler didn't turn out quite as fast as I had
hoped. The final hermite resampling added some overhead; and I had to
bump up the kernel count to 500 from 400 to get the buzzing to go away
on my main PC. I think that's due to it running at 48000hz output
instead of 44100hz output, maybe?

Compared to Ryphecha's:
(NES) Mega Man 2: 167fps -> 166fps
(GB) Mega Man II: 224fps -> 200fps
(WSC) Riviera: 143fps -> 151fps

Odd that the WS/WSC ends up faster while the DMG/CGB ends up slower.

But this knocks 922 lines down to 146 lines. The only files left in all
of higan not written (or rewritten) by me are ruby/xaudio2.h and
libco/ppc.c
2016-04-23 17:55:59 +10:00
..
cartridge Update to v098r06 release. 2016-04-22 23:35:51 +10:00
cheat Update to v097r13 release. 2016-02-09 22:51:12 +11:00
controller Update to v098r03 release. 2016-04-09 20:21:18 +10:00
coprocessor Update to v098r07 release. 2016-04-23 17:55:59 +10:00
cpu Update to v098r03 release. 2016-04-09 20:21:18 +10:00
dsp Update to v098r07 release. 2016-04-23 17:55:59 +10:00
expansion Update to v098r04 release. 2016-04-12 07:29:56 +10:00
interface Update to v098r06 release. 2016-04-22 23:35:51 +10:00
memory Update to v098r03 release. 2016-04-09 20:21:18 +10:00
ppu Update to v098r06 release. 2016-04-22 23:35:51 +10:00
scheduler Update to v098r06 release. 2016-04-22 23:35:51 +10:00
slot Update to v097r15 release. 2016-02-16 20:32:49 +11:00
smp Update to v098r01 release. 2016-04-09 13:40:12 +10:00
system Update to v098r06 release. 2016-04-22 23:35:51 +10:00
GNUmakefile Update to v098r03 release. 2016-04-09 20:21:18 +10:00
sfc.hpp Update to v098r06 release. 2016-04-22 23:35:51 +10:00