diff options
Diffstat (limited to 'src/mame/layout/sc2prom.lay')
-rw-r--r-- | src/mame/layout/sc2prom.lay | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/mame/layout/sc2prom.lay b/src/mame/layout/sc2prom.lay index 63c9b8d1679..369aef18a6e 100644 --- a/src/mame/layout/sc2prom.lay +++ b/src/mame/layout/sc2prom.lay @@ -1609,9 +1609,14 @@ </element> <element name="dotmatrixdot"> - <dotmatrixdot> - <color red="1.0" green="0.12" blue="0.12" /> - </dotmatrixdot> + <rect> + <color red="0" green="0" blue="0" /> + <bounds left="-0.1" top="-0.1" right="1.1" bottom="1.1" /> + </rect> + <disk> + <color state="1" red="1.0" green="1.0" blue="1.0" /> + <color state="0" red="0.125" green="0.125" blue="0.125" /> + </disk> </element> <group name="dmd"> <repeat count="21"> @@ -1622,6 +1627,7 @@ <param name="x" start="0" increment="1" /> <element name="dotmatrix~n~" ref="dotmatrixdot" state="0"> <bounds x="~x~" y="~y~" width="1" height="1" /> + <color red="1.0" green="0.12" blue="0.12" /> </element> </repeat> </repeat> |