summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs/luareference.rst
Commit message (Expand)AuthorAgeFilesLines
* frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb2022-02-101-2/+108
* Clean up various loose ends: Vas Crabb2022-02-031-16/+252
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-181-5/+71
* luareference.rst: Clarify contract of as_hz, as_khz and as_mhz AJR2021-11-031-3/+6
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-041-35/+96
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-0/+80
* docs: Fix an error in the Lua reference that I copy/pasted without noticing. Vas Crabb2021-11-021-2/+2
* Fix various usability issues: Vas Crabb2021-11-021-27/+94
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-0/+5
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-031-5/+5
* Merge tag 'mame0227' into mainline-master Vas Crabb2020-12-311-4/+1
|\
| * version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-311-4/+1
* | luareference.rst: Move the luareference-input properties together AJR2020-12-261-3/+3
* | natkeyboard: Remove from ioport_manager AJR2020-12-261-5/+5
|/
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-271-7/+27
* docs: Fix up the instantiation sections in the Lua reference. Vas Crabb2020-12-271-60/+60
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-36/+550
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-6/+6
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-5/+603
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-2/+1193
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-131-0/+582