bsnes/higan/processor/v30mz
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
..
algorithms.cpp Update to v103r31 release. 2017-08-10 21:26:02 +10:00
disassembler-old.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
disassembler.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
instruction.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
instructions-adjust.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
instructions-alu.cpp Update to v103r31 release. 2017-08-10 21:26:02 +10:00
instructions-exec.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
instructions-flag.cpp Update to v103r31 release. 2017-08-10 21:26:02 +10:00
instructions-group.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
instructions-misc.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
instructions-move.cpp Update to v103r31 release. 2017-08-10 21:26:02 +10:00
instructions-string.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
memory.cpp Update to v097r28 release. 2016-03-25 17:19:08 +11:00
modrm.cpp Update to v097r20 release. 2016-03-13 11:22:14 +11:00
registers.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
serialization.cpp Update to v106r47 release. 2018-07-14 13:59:29 +10:00
v30mz.cpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
v30mz.hpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00