mame/docs
Vas Crabb 6adc508015 emu/rendlay.cpp: Added parameter animation and state masks.
Components may have multiple bounds and/or color child elements with
state attributes, allowing for piecewise linear position/size/colour
animation.

Components may have a statemask attribute, allowing for things like
using external images to draw a multi-segment LED/VFD display without
requiring dozens of outputs for the individual lines or thousands of
images for all possible states.  (Texture caching still never releases
anything, so MAME can still exceed the maximum number of textures, but
that’s a separate issue.)

Image components with alpha now blend over previously drawn components.

Layouts have been changed to use yes/no for inputraw to match what's
used for flipx/flipy.  External layouts with 1/0 will still work, but
complay.py will complain.
2020-09-16 02:55:04 +10:00
..
legal Maintenance: 2020-03-04 22:41:15 +11:00
man Fix spelling (#5770) 2019-10-21 12:12:04 +02:00
source emu/rendlay.cpp: Added parameter animation and state masks. 2020-09-16 02:55:04 +10:00
swlist Added documentation to main tree (nw) 2016-08-24 15:16:43 +02:00
themes/sphinx_rtd_theme Update RTD docs theme to 0.5.0 to fix search box. 2020-07-12 12:15:49 +10:00
CONTRIBUTING.md Added documentation to main tree (nw) 2016-08-24 15:16:43 +02:00
LICENSE Added documentation to main tree (nw) 2016-08-24 15:16:43 +02:00
Makefile Added documentation to main tree (nw) 2016-08-24 15:16:43 +02:00
README.md (nw) 2017-05-10 10:49:13 -04:00
update.sh Update permissions (nw) 2016-08-24 15:30:19 +02:00

MAME Documentation

This contains the source for docs.mamedev.org.