bsnes/processor/arm
Tim Allen ea02f1e36a Update to v094r31 release.
byuu says:

This WIP scores 448/920 tests passed.

Gave a shot at ROM prefetch that failed miserably (ranged from 409 to
494 tests passed. Nowhere near where it would be if it were implemented
correctly.)

Three remaining issues:
- ROM prefetch
- DMA timing
- timers (I suspect it's a 3-clock delay in starting, not a 3-clock into
  the future affair)

Probably only going to be able to get the timers working without heroic
amounts of effort.

MUL timing is fixed to use idle cycles.
STMIA is fixed to set sequential at the right moments.
DMA priority support is added, so DMA 0 can interrupt DMA 1 mid-transfer.

In other news ...

I'm calling gtk_widget_destroy on the GtkWindow now, so hopefully those
Window_configure issues go away.

I realize I was leaking Display* handles in the X-video driver while
I was looking at it, so I fixed those.

I added DT_NOPREFIX so the Windows ListView will show & characters
correctly now.
2015-06-25 19:52:32 +10:00
..
algorithms.cpp Update to v094r31 release. 2015-06-25 19:52:32 +10:00
arm.cpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
arm.hpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
disassembler.cpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
disassembler.hpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
instructions-arm.cpp Update to v094r31 release. 2015-06-25 19:52:32 +10:00
instructions-arm.hpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
instructions-thumb.cpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
instructions-thumb.hpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
registers.cpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
registers.hpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
serialization.cpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00
step.cpp Update to v094r30 release. 2015-06-24 23:21:24 +10:00