bsnes/bsnes
Tim Allen 1de484262c Update to v087r17 release.
byuu says:

Emulated GBC sound plus the new extensions to it.
I am kind of surprised by how little developers utilized the GBC audio
portion.
Mr. Driller now has sound effects, and Pinobee no Daibouken has BGM.
I still have yet to emulate the GBA extra sound channels and PWM. Need
to emulate timers and DMA 2 refresh mode before I can do that.

Also, I moved both GBC and GBA audio to use length = data; if(++length
== 0); rather than length = 64 - data; if(--length == 0); so that
I could return literal values for register reads.
I thought there was a good reason we used the latter version, but
I can't hear any audible difference even in GBC games, so oh well.
Lastly, I think the pattern[++offset] in the wave channel was a bug in
the DMG/GBC only. I really, really hope it doesn't apply to the GBA,
because that will make bank selection a serious pain in the ass.
2012-04-06 14:29:50 +10:00
..
base Update to v087r17 release. 2012-04-06 14:29:50 +10:00
data Update to v086 release. 2012-02-13 22:44:02 +11:00
gb Update to v087r17 release. 2012-04-06 14:29:50 +10:00
gba Update to v087r17 release. 2012-04-06 14:29:50 +10:00
libco Update to v073 release. 2010-12-26 23:24:34 +11:00
nall Update to v087r10 release. 2012-03-27 22:02:57 +11:00
nes Update to v087r07 release. 2012-03-23 21:43:39 +11:00
obj Include all the code from the bsnes v068 tarball. 2010-10-20 22:30:34 +11:00
out Include all the code from the bsnes v068 tarball. 2010-10-20 22:30:34 +11:00
phoenix Update to v087r09 release. 2012-03-26 21:13:02 +11:00
processor Update to v087r16 release. 2012-04-04 09:50:40 +10:00
ruby Update to v087r13 release. 2012-03-31 19:17:36 +11:00
snes Update to v087r12 release. 2012-03-31 19:14:31 +11:00
target-debugger Update to v087r08 release. 2012-03-24 18:52:36 +11:00
target-libsnes Update to v087r08 release. 2012-03-24 18:52:36 +11:00
target-ui Update to v087r17 release. 2012-04-06 14:29:50 +10:00
Makefile Update to v087r09 release. 2012-03-26 21:13:02 +11:00
cc.bat Update to v076r06 release. 2011-03-17 21:20:51 +11:00
purge.bat Update to v086r14 release. 2012-03-01 23:23:05 +11:00