/docs/source/debugger/

> MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* luaengine: fix ui (nw) cracyc2016-04-232-4/+3
|
* fix lua issue (nw) Miodrag Milanovic2016-04-231-2/+2
|
* plugins/cheatfind: add bitwise comparisons (nw) cracyc2016-04-221-10/+55
|
* plugins/cheatfind: change match behavior and add on screen watches (nw) cracyc2016-04-211-200/+175
|
* plugins/cheat: clear popmessage (nw) cracyc2016-04-172-5/+8
|
* added print_verbose, print_info, print_debug and print_error to lua, and ↵ Miodrag Milanovic2016-04-164-23/+23
| | | | used it instead of print (nw)
* plugins/cheatfind: write found cheats (nw) cracyc2016-04-161-2/+4
|
* plugins/cheat: load multiple files and fix load failure (nw) cracyc2016-04-161-11/+22
|
* plugins/cheat: fix some stuff (nw) cracyc2016-04-152-1/+61
|
* plugins/cheat: copy-paste (nw) cracyc2016-04-141-1/+1
|
* plugins/cheat: add game time for cheats which want a time delay (nw) cracyc2016-04-131-0/+8
|
* plugins/cheat: make more compatible (nw) cracyc2016-04-131-2/+3
|
* plugins/cheat: add safe table functions to sandbox (nw) cracyc2016-04-111-25/+15
|
* plugins/cheatfind: preliminary support to inject cheats for testing (nw) cracyc2016-04-102-1/+42
|
* plugins/cheatfind: run same operation over a batch of data (nw) cracyc2016-04-102-55/+153
|
* plugins/cheatfind: add width and endian awareness cracyc2016-04-091-39/+107
| | | | | --- Need to handled alignment
* plugins/cheatfind: make ram scan work (nw) cracyc2016-04-091-113/+71
|
* plugins/cheatfind: more gui work (nw) cracyc2016-04-091-55/+166
|
* luaengine: make flags explicit (nw) cracyc2016-04-093-23/+23
|
* plugins/cheatfind: start adding basic menu (nw)