bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Go to file
Tim Allen 10e2a6d497 Update to v094r04 release.
byuu says:

Changelog:
- target-ethos/ is now target-higan/ (will unfortunately screw up diffs
  pretty badly at this point.)
- had a serious bug in nall::optional<T>::operator=, which is now fixed.
- added tracer (no masking just yet, I need to write a nall::bitvector
  class because I don't want to hard-code those anymore.)
- added usage logging (keep track of RWX/EP states for all bus
  addresses.)
- added read/write to poke at memory (hex also works for reading, but
  this one can poke at MMIO regs and is for one address only.)
- added both run.for (# of instructions) and run.to (program counter
  address.)
- added read/write/execute breakpoints with counters for a given
  address, and with an optional compare byte (for read/write modes.)

About the only major things left now for loki is support for trace
masking, memory export, and VRAM/OAM/CGRAM access.
For phoenix/Console, I really need to add a history to up+down arrows,
and I should support left/right insert-at.
2014-02-09 17:05:58 +11:00
ananke Update to v094 release. 2014-01-20 19:55:17 +11:00
data Update to v094 release. 2014-01-20 19:55:17 +11:00
emulator Update to v094r04 release. 2014-02-09 17:05:58 +11:00
fc Update to v093r13 release. 2014-01-13 20:35:46 +11:00
gb Update to v094r01 release. 2014-01-28 21:04:58 +11:00
gba Update to v093r12 release. 2013-12-23 22:43:51 +11:00
libco Update to v093 release. 2013-08-18 13:21:14 +10:00
nall Update to v094r04 release. 2014-02-09 17:05:58 +11:00
obj Update to v093 release. 2013-08-18 13:21:14 +10:00
out Ignore loki binary too. 2014-02-09 17:05:57 +11:00
phoenix Update to v094r04 release. 2014-02-09 17:05:58 +11:00
processor Update to v094r04 release. 2014-02-09 17:05:58 +11:00
profile Update to v093 release. 2013-08-18 13:21:14 +10:00
ruby Update to v094r01 release. 2014-01-28 21:04:58 +11:00
sfc Update to v094r04 release. 2014-02-09 17:05:58 +11:00
shaders Update to v094 release. 2014-01-20 19:55:17 +11:00
target-higan Update to v094r04 release. 2014-02-09 17:05:58 +11:00
target-loki Update to v094r04 release. 2014-02-09 17:05:58 +11:00
.gitignore Update to v093 release. 2013-08-18 13:21:14 +10:00
Makefile Update to v094r04 release. 2014-02-09 17:05:58 +11:00