Mesen-X/Docs
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
..
content Debugger: Lua - Add new getLabelAddress() function 2018-12-28 12:01:26 -05:00
static Input: Added option to hide mouse cursor when a zapper is connected (e.g for the aimtrak light gun) 2018-12-22 16:05:12 -05:00
themes/learn Docs: Various updates to online docs 2018-06-15 21:11:54 -04:00
build.cmd Docs: Fixed layout issues (menu & Edge) 2018-04-04 23:33:16 -04:00
config.toml Version Update: 0.9.7 2018-09-16 19:25:38 -04:00
README.md Docs: Fixed layout issues (menu & Edge) 2018-04-04 23:33:16 -04:00

This is the source code/resources used to build the documentation website located at https://www.mesen.ca/docs/

It requires hugo to build. You can download hugo here: https://gohugo.io/.

Use the "build.cmd" batch file to build a copy of the documentation - it will be saved to the "docs" subfolder.