Commit graph

10 commits

Author SHA1 Message Date
Zorchenhimer
bca96de531 Debugger: Lua - Add new getLabelAddress() function
This adds a new function GetLabelAddress() to the Lua API.  It takes a
single string parameter of a label to lookup and returns its integer
address.  The return value can be passed directly to read() and
readWord().

The documentation has also been updated to reflect the changes.
2018-12-28 12:01:26 -05:00
Sour
f708b2a2cc Debugger: Lua - Added getPrgRomOffset/getChrRomOffset functions 2018-07-29 12:10:57 -04:00
Sour
974bd8cd07 Allow Lua API to be used by multiple debugger instances 2018-07-08 10:28:47 -04:00
Sour
fd4a8cbf43 Debugger: Added "test runner" headless mode to run Lua scripts w/o UI 2018-04-14 21:53:52 -04:00
Sour
490ea3d5f6 Debugger: Lua - Added API to access/reset memory access counters 2018-03-30 19:54:47 -04:00
Sour
535b7d4361 Debugger: Lua - Added setScreenBuffer/getScreenBuffer API 2018-03-10 15:44:38 -05:00
Sour
50d7bbf492 Lua: Added getRomInfo/getLogWindowLog and changed getState to return doubles for apu channel frequencies 2017-12-20 22:11:36 -05:00
Souryo
11a06926ff Debugger: Lua - Added getScriptDataFolder function 2017-10-07 15:16:14 -04:00
Souryo
fa091a4f76 Debugger: Lua - Async savestate functions + isKeyPressed 2017-10-05 19:44:37 -04:00
Souryo
5957bc2d3e Debugger: LUA scripting 2017-08-30 18:31:27 -04:00