bsnes/gba/cpu
Tim Allen 40f4b91000 Update to v095r06 release.
byuu says:

Changelog:
- fixed I/O register reads; perfect score on endrift's I/O tests now
- fixed mouse capture clipping on Windows [Cydrak]
- several hours of code maintenance work done on the SFC core

All higan/sfc files should now use the auto fn() -> ret; syntax. Haven't
converted all unsigned->uint yet. Also, probably won't do sfc/alt as
that's mostly just speed hack stuff.

Errata:
- forgot auto& instead of just auto on SuperFamicom::Video::draw_cursor,
  which makes Super Scope / Justifier crash. Will be fixed in the next
  WIP.
2015-11-14 11:52:51 +11:00
..
bus.cpp Update to v095r03 release and icarus 20151107. 2015-11-10 22:11:29 +11:00
cpu.cpp Update to v095r03 release and icarus 20151107. 2015-11-10 22:11:29 +11:00
cpu.hpp Update to v094r35 release. 2015-07-01 20:58:42 +10:00
dma.cpp Update to v095r05 release. 2015-11-12 21:15:03 +11:00
memory.cpp Update to v094r35 release. 2015-07-01 20:58:42 +10:00
mmio.cpp Update to v095r06 release. 2015-11-14 11:52:51 +11:00
prefetch.cpp Update to v095r03 release and icarus 20151107. 2015-11-10 22:11:29 +11:00
prefetch.hpp Update to v094r35 release. 2015-07-01 20:58:42 +10:00
registers.cpp Update to v094r35 release. 2015-07-01 20:58:42 +10:00
registers.hpp Update to v095r03 release and icarus 20151107. 2015-11-10 22:11:29 +11:00
serialization.cpp Update to v095r03 release and icarus 20151107. 2015-11-10 22:11:29 +11:00
state.hpp Update to v094r35 release. 2015-07-01 20:58:42 +10:00
timer.cpp Update to v094r32 release. 2015-06-27 12:38:08 +10:00