summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine_mem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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