bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Go to file
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
ananke Update to v094 release. 2014-01-20 19:55:17 +11:00
data Update to v094r24 release. 2015-06-16 20:30:04 +10:00
emulator Update to v094r31 release. 2015-06-25 19:52:32 +10:00
fc Update to v094r27 release. 2015-06-18 20:48:53 +10:00
gb Update to v094r27 release. 2015-06-18 20:48:53 +10:00
gba Update to v094r31 release. 2015-06-25 19:52:32 +10:00
hiro Update to v094r31 release. 2015-06-25 19:52:32 +10:00
libco Update to v094r29 release. 2015-06-22 23:31:49 +10:00
nall Update to v094r30 release. 2015-06-24 23:21:24 +10:00
obj Update to v093 release. 2013-08-18 13:21:14 +10:00
out Update to v094r10 release. 2015-03-03 21:26:44 +11:00
processor Update to v094r31 release. 2015-06-25 19:52:32 +10:00
profile Update to v093 release. 2013-08-18 13:21:14 +10:00
ruby Update to v094r31 release. 2015-06-25 19:52:32 +10:00
sfc Update to v094r29 release. 2015-06-22 23:31:49 +10:00
shaders Update to v094 release. 2014-01-20 19:55:17 +11:00
target-tomoko Update to v094r28 release. 2015-06-20 15:44:05 +10:00
.gitignore Update to v093 release. 2013-08-18 13:21:14 +10:00
GNUmakefile Update to v094r24 release. 2015-06-16 20:30:04 +10:00