summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.cpp')
-rw-r--r--src/frontend/mame/luaengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/luaengine.cpp b/src/frontend/mame/luaengine.cpp
index e540ba35360..eaee5a5b901 100644
--- a/src/frontend/mame/luaengine.cpp
+++ b/src/frontend/mame/luaengine.cpp
@@ -1742,7 +1742,7 @@ void lua_engine::initialize()
* screen:tag() - screen device tag
* screen:xscale() - screen x scale factor
* screen:yscale() - screen y scale factor
- * screen:pixel(x, y) - get pixel at (x, y)
+ * screen:pixel(x, y) - get pixel at (x, y) as packed RGB in a u32
*/
sol().registry().new_usertype<screen_device>("screen_dev", "new", sol::no_constructor,