diff options
Diffstat (limited to 'src/mame/layout/virusb.lay')
| -rw-r--r-- | src/mame/layout/virusb.lay | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mame/layout/virusb.lay b/src/mame/layout/virusb.lay index 2b90414d882..a9454d7a2c9 100644 --- a/src/mame/layout/virusb.lay +++ b/src/mame/layout/virusb.lay @@ -168,6 +168,16 @@ license:CC0-1.0 <element ref="6_text"><bounds x="60" y="62" width="13" height="12"/></element> </group> + <element name="saturation_placeholder"> + <image><data><![CDATA[ + <svg width="28" height="50"> + <path fill="#a9abab" stroke="none" d=" + m 2.675,0 -2.7,6.1 c 17.4,6.4 24.5,25.6 18.6,41.1 + l 6,2.9 c 7.6,-18.8 -0.9,-42.1 -21.9,-50.1 z + </svg> + ]]></data></image> + </element> + <group name="knob_saturation"> <!-- FIXME: This one should have dots only in the left half and the word "SATURATION" along a circular path to the right. @@ -175,6 +185,7 @@ license:CC0-1.0 --> <element ref="gray_line"><bounds x="36.5" y="15" width="4" height="8"/></element> <group ref="knob_base"><bounds x="0" y="7" width="77" height="59"/></group> + <element ref="saturation_placeholder"><bounds x="47" y="6" width="32" height="52"/></element> <element ref="minus6_text"><bounds x="0" y="62" width="19" height="12"/></element> <element ref="0_text"><bounds x="36" y="0" width="6" height="12"/></element> |
