mirror of
https://github.com/MiSTer-devel/GameAndWatch_MiSTer.git
synced 2026-05-24 03:03:25 +00:00
706 B
706 B
Graphics
MAME Game and Watch ROMs contain SVGs with the LCD assets. Each of the paths have a title attribute that specify which wires in the segment matrix go to that LCD segment [1]. This segment is in the form x.y.z, where x is in the range \[0, 3], y is in the range \[0, 15], and z is in the range \[0, 3].
- The first value
xrepresents which segment lines are used.0 -> seg_a,1 -> seg_b,2 -> seg_bs,3 -> seg_c - The second value
yis the column of the data, or the bit in theseg_a/b/bs/cline - The third value
zis the row of the data, or theHselection
Notes:
- A path does not have to have a title tag. It can be part of a group that has a title tag