bsnes/higan/processor/v30mz
Tim Allen a89a3da77a Update to v097r11 release.
byuu says:

Alright, well interrupts are in. At least Vblank is.

I also fixed a bug in vector() indexing, MoDRM mod!=3&&reg==6 using SS
instead of DS, opcodes a0-a3 allowing segment override, and added the
"irq_disable" stuff to the relevant opcodes to suppress IRQs after
certain instructions.

But unfortunately ... still no go on Riviera. It's not reading any
unmapped ports, and although it enables Vblank IRQs and they set port
$b4's status bit, the game never sets the IE flag, so no interrupts ever
actually fire. The game does indeed appear to be sitting in a rather
huge loop, which is probably dependent upon some RAM variable being set
from the Vblank IRQ, but I don't know how I'm supposed to be triggering
it.

... I'm really quite stumped here >_>
2016-02-05 08:18:06 +11:00
..
algorithms.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
disassembler.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
instructions-adjust.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
instructions-alu.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
instructions-exec.cpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00
instructions-flag.cpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00
instructions-group.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
instructions-misc.cpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00
instructions-move.cpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00
instructions-string.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
memory.cpp Update to v097r09 release. 2016-02-03 21:24:58 +11:00
modrm.cpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00
registers.cpp Update to v097r10 release. 2016-02-04 21:29:08 +11:00
v30mz.cpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00
v30mz.hpp Update to v097r11 release. 2016-02-05 08:18:06 +11:00