bsnes/higan/processor
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
..
arm Update to 20160215 release. 2016-02-16 20:27:55 +11:00
gsu Update to v097r07 release. 2016-02-02 21:51:17 +11:00
hg51b Update to v097r07 release. 2016-02-02 21:51:17 +11:00
lr35902 Update to v097r15 release. 2016-02-16 20:32:49 +11:00
r6502 Update to 20160215 release. 2016-02-16 20:27:55 +11:00
r65816 Update to v097r23 release. 2016-03-13 11:22:14 +11:00
spc700 Update to 20160215 release. 2016-02-16 20:27:55 +11:00
upd96050 Update to v097r17 release. 2016-03-13 11:22:14 +11:00
v30mz 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
processor.hpp Update to v097r01 release. 2016-01-23 18:29:34 +11:00