Unified support for breakpoints & cheats
commite28121a0e1310b4c8e0ec68e6c010c561f5c584d
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Thu, 28 Nov 2013 20:22:00 +0000 (28 22:22 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Thu, 28 Nov 2013 20:22:00 +0000 (28 22:22 +0200)
tree2ac5e038c2c995c1addbf4b5d63a02d3ac826f22
parent3bf658c5ea627d5d11f3143521f5b9b190e44a87
Unified support for breakpoints & cheats
38 files changed:
bsnes-patches/v085/0001-Make-libsnes-compile.patch
bsnes-patches/v085/0002-Fix-bsnes-version-number-in-libsnes-to-be-v085-not-v.patch
bsnes-patches/v085/0003-Don-t-use-time-in-emulating-chips.patch
bsnes-patches/v085/0004-Save-controller-state-when-savestating.patch
bsnes-patches/v085/0005-Fix-unserialization-of-64-bit-signed-integers.patch
bsnes-patches/v085/0006-Allow-frontend-to-control-random-number-seed.patch
bsnes-patches/v085/0007-Fix-mouse-polling.patch
bsnes-patches/v085/0008-Fix-uninitialized-variables.patch
bsnes-patches/v085/0009-Add-needed-support-for-detecting-true-polls-as-oppos.patch
bsnes-patches/v085/0010-Fix-compiling-on-GCC-4.7.patch
bsnes-patches/v085/0011-Support-notifying-latches.patch
bsnes-patches/v085/0012-Support-unlimited-number-of-breakpoints.patch [new file with mode: 0644]
include/core/debug.hpp [new file with mode: 0644]
include/core/dispatch.hpp
include/interface/callbacks.hpp
include/interface/romtype.hpp
include/platform/wxwidgets/loadsave.hpp
include/platform/wxwidgets/menu_tracelog.hpp [new file with mode: 0644]
include/platform/wxwidgets/window_mainwindow.hpp
libgambatte-patches/svn537/0001-Changes-to-make-libgambatte-rerecording-friendly.patch
libgambatte-patches/svn537/0002-Expose-CPU-registers.patch
libgambatte-patches/svn537/0003-Breakpoints-debugging.patch [new file with mode: 0644]
lua.lyx
lua.pdf
src/core/debug.cpp [new file with mode: 0644]
src/core/dispatch.cpp
src/core/mainloop.cpp
src/core/rom.cpp
src/emulation/bsnes-legacy/core.cpp
src/emulation/gambatte/core.cpp
src/emulation/sky/sky.cpp
src/emulation/test/test.cpp
src/interface/romtype.cpp
src/lua/memory.cpp
src/platform/wxwidgets/editor-authors.cpp
src/platform/wxwidgets/loadsave.cpp
src/platform/wxwidgets/mainwindow.cpp
src/platform/wxwidgets/tracelogmenu.cpp [new file with mode: 0644]