mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
docs: document LUA color format and screen origin
Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
parent
a70514fc32
commit
87babe720a
@ -112,6 +112,9 @@ your hook to be called on every frame repaint:
|
||||
> emu.sethook(draw_hud, "frame")
|
||||
```
|
||||
|
||||
All colors are expected in ARGB format (32b unsigned), while screen origin (0,0)
|
||||
normally corresponds to the top-left corner.
|
||||
|
||||
Similarly to screens, you can inspect all the devices attached to a
|
||||
machine:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user