bsnes/higan/ws
Tim Allen a7f7985581 Update to v097r26 release.
byuu says:

Changelog:
- WS: fixed 8-bit sign-extended imul (fixes Star Hearts completely,
  Final Fantasy world map)
- WS: fixed rcl/rcr carry shifting (fixes Crazy Climber, others)
- WS: added sound DMA emulation (Star Hearts rain sound for one example)
- WS: added OAM caching, but it's forced every line for now because
  otherwise there are too many sprite glitches
- WS: use headphoneEnable bit instead of speakerEnable bit (fixes muted
  audio in games)
- WS: various code cleanups (I/O mapping, audio channel naming, etc)

The hypervoice channel doesn't sound all that great just yet. But I'm
not sure how it's supposed to sound. I need a better example of some
more complex music.

What's left are some unknown register status bits (especially in the
sound area), keypad interrupts, RTC emulation, CPU prefetch emulation.
And then it's all just bugs. Lots and lots of bugs that need to be
fixed.

EDIT: oops, bad typo in the code.

ws/ppu/ppu.cpp line 20: change range(256) to range(224).

Also, delete the r.speed stuff from channel5.cpp to make the rain sound
a lot better in Star Hearts. Apparently that's outdated and not what the
bits really do.
2016-03-17 22:28:15 +11:00
..
apu Update to v097r26 release. 2016-03-17 22:28:15 +11:00
cartridge Update to v097r26 release. 2016-03-17 22:28:15 +11:00
cpu Update to v097r26 release. 2016-03-17 22:28:15 +11:00
eeprom Update to v097r16 release. 2016-03-13 11:22:10 +11:00
interface Update to v097r24 release. 2016-03-13 11:22:15 +11:00
memory Update to v097r26 release. 2016-03-17 22:28:15 +11:00
ppu Update to v097r26 release. 2016-03-17 22:28:15 +11:00
scheduler Update to v097r13 release. 2016-02-09 22:51:12 +11:00
system Update to v097r26 release. 2016-03-17 22:28:15 +11:00
GNUmakefile Update to v097r19 release. 2016-03-13 11:22:14 +11:00
ws.hpp Update to v097r24 release. 2016-03-13 11:22:15 +11:00