mirror of https://github.com/bsnes-emu/bsnes.git
ea02f1e36a
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. |
||
---|---|---|
ananke | ||
data | ||
emulator | ||
fc | ||
gb | ||
gba | ||
hiro | ||
libco | ||
nall | ||
obj | ||
out | ||
processor | ||
profile | ||
ruby | ||
sfc | ||
shaders | ||
target-tomoko | ||
.gitignore | ||
GNUmakefile |