summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine_mem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb14 days1-1/+1
* sega/sega_beena.cpp: Added basic book page display. Vas Crabb2023-11-041-0/+17
* Miscellaneous fixes: Vas Crabb2023-11-021-2/+2
* Fixed various bugs: Vas Crabb2023-04-061-6/+9
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-9/+12
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-16/+18
* Try to work around the uninitialised member warning in sol::optional. Vas Crabb2022-04-031-2/+2
* Lua engine improvements (#9453) Vas Crabb2022-03-231-114/+118
* vegas.cpp: Cleanup: Vas Crabb2022-02-131-33/+48
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-115/+25
* frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb2022-02-101-51/+291
* Move endianness type into lib/util header AJR2021-08-311-11/+1
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-146/+124
* Expose enough of the layout system to Lua to allow position and colour to be ... Vas Crabb2020-12-051-1/+1
* luaengine.cpp: Exposed device_slot_interface, emu_options, and slot options. ... npwoods2020-12-041-117/+3
* luaengine_mem.cpp: Cleanup and enhancements. Vas Crabb2020-11-291-167/+312
* Fixed clang warning in Lua engine properly, converted a few fallthrough comme... Vas Crabb2020-11-171-18/+19
* luaengine.cpp: Moved clang warning suppression to the right file, disabled MS... Vas Crabb2020-11-161-0/+5
* frontend: split lua_engine user type registrations across a few files to make... Vas Crabb2020-11-161-0/+603