bsnes/hiro/windows
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
..
action Update to v094r27 release. 2015-06-18 20:48:53 +10:00
widget Update to v094r31 release. 2015-06-25 19:52:32 +10:00
application.cpp Update to v094r25 release. 2015-06-16 20:30:04 +10:00
application.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
browser-window.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
browser-window.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
desktop.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
desktop.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
font.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
font.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
group.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
group.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
header.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
hiro.Manifest Update to v094r24 release. 2015-06-16 20:30:04 +10:00
hiro.rc Update to v094r24 release. 2015-06-16 20:30:04 +10:00
hotkey.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
hotkey.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
keyboard.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
keyboard.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
layout.cpp Update to v094r26 release (open beta). 2015-06-16 20:30:04 +10:00
layout.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
menu-bar.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
menu-bar.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
message-window.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
message-window.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
monitor.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
monitor.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
mouse.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
mouse.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
object.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
object.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
platform.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
platform.hpp Update to v094r25 release. 2015-06-16 20:30:04 +10:00
popup-menu.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
popup-menu.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
sizable.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
sizable.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
status-bar.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
status-bar.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
timer.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
timer.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
utility.cpp Update to v094r27 release. 2015-06-18 20:48:53 +10:00
window.cpp Update to v094r27 release. 2015-06-18 20:48:53 +10:00
window.hpp Update to v094r26 release (open beta). 2015-06-16 20:30:04 +10:00