mirror of https://github.com/bsnes-emu/bsnes.git
10e2a6d497
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. |
||
---|---|---|
.. | ||
button.cpp | ||
button.hpp | ||
canvas.cpp | ||
canvas.hpp | ||
check-button.cpp | ||
check-button.hpp | ||
check-label.cpp | ||
check-label.hpp | ||
combo-button.cpp | ||
combo-button.hpp | ||
console.cpp | ||
console.hpp | ||
frame.cpp | ||
frame.hpp | ||
hex-edit.cpp | ||
hex-edit.hpp | ||
horizontal-scroller.cpp | ||
horizontal-scroller.hpp | ||
horizontal-slider.cpp | ||
horizontal-slider.hpp | ||
label.cpp | ||
label.hpp | ||
layout.hpp | ||
line-edit.cpp | ||
line-edit.hpp | ||
list-view.cpp | ||
list-view.hpp | ||
progress-bar.cpp | ||
progress-bar.hpp | ||
radio-button.cpp | ||
radio-button.hpp | ||
radio-label.cpp | ||
radio-label.hpp | ||
sizable.hpp | ||
tab-frame.cpp | ||
tab-frame.hpp | ||
text-edit.cpp | ||
text-edit.hpp | ||
vertical-scroller.cpp | ||
vertical-scroller.hpp | ||
vertical-slider.cpp | ||
vertical-slider.hpp | ||
viewport.cpp | ||
viewport.hpp | ||
widget.cpp | ||
widget.hpp |