bsnes/higan/ws/apu
Tim Allen aaf094e7c4 Update to v106r69 release.
byuu says:

The biggest change was improving WonderSwan emulation. With help from
trap15, I tracked down a bug where I was checking the wrong bit for
reverse DMA transfers. Then I also emulated VTOTAL to support variable
refresh rate. Then I improved HyperVoice emulation which should be
unsigned samples in three of four modes. That got Fire Lancer running
great. I also rewrote the disassembler. The old one disassembled many
instructions completely wrong, and deviated too much from any known x86
syntax. I also emulated some of the quirks of the V30 (two-byte POP into
registers fails, SALC is just XLAT mirrored, etc) which probably don't
matter unless someone tries to run code to verify it's a NEC CPU and not
an Intel CPU, but hey, why not?

I also put more work into the MSX skeleton, but it's still just a
skeleton with no real emulation yet.
2019-01-02 10:52:08 +11:00
..
apu.cpp Update to v106r67 release. 2018-12-21 11:01:14 +11:00
apu.hpp Update to v098r06 release. 2016-04-22 23:35:51 +10:00
channel1.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
channel2.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
channel3.cpp Update to v097r27 release. 2016-03-19 18:35:25 +11:00
channel4.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
channel5.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
dma.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
io.cpp Update to v097r26 release. 2016-03-17 22:28:15 +11:00
serialization.cpp Update to v097r29 release. 2016-03-26 12:56:15 +11:00