diff options
| author | 2020-05-10 23:17:52 +0200 | |
|---|---|---|
| committer | 2020-05-10 23:18:34 +0200 | |
| commit | 005f00ce9d36c78d13c7bf0b42e80e17cfbf1e17 (patch) | |
| tree | f83127a66cda83abcbf2a8e1c6b2d84eb7e47415 | |
| parent | 7b1da36ed4f1d7999359524e9c64a22124fac31d (diff) | |
microvision: workaround MT7586, no visible change (nw)
(cherry picked from commit 15e9103d30c62f34fff19824213db35952f6c736)
| -rw-r--r-- | src/mame/layout/microvision.lay | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mame/layout/microvision.lay b/src/mame/layout/microvision.lay index d7d1124d3d5..68aee4b8847 100644 --- a/src/mame/layout/microvision.lay +++ b/src/mame/layout/microvision.lay @@ -6,7 +6,8 @@ license:CC0 <!-- define elements --> - <element name="lcdb"><rect><color red="0.59" green="0.60" blue="0.44" /></rect></element> + <element name="lcdw"><rect><color red="1" green="1" blue="1" /></rect></element> + <element name="lcdm"><rect><color red="0.59" green="0.60" blue="0.44" /></rect></element> <element name="lcda"><rect><color red="0.17" green="0.15" blue="0.27" /></rect></element> <!-- blue tint --> <element name="nothing" defstate="0"><text string=" "/></element> @@ -23,16 +24,17 @@ license:CC0 <view name="Internal Layout"> <bounds left="0" right="18" top="0" bottom="18" /> - <element ref="lcdb"><bounds x="0" y="0" width="18" height="18" /></element> - <screen index="0" blend="multiply"><bounds x="1" y="1" width="16" height="16" /></screen> + <element ref="lcdw"><bounds x="0" y="0" width="18" height="18" /></element> + <screen index="0"><bounds x="1" y="1" width="16" height="16" /></screen> <!-- draw the grid --> <repeat count="17"> <param name="i" start="0.95" increment="1" /> - <element ref="lcdb"><bounds x="~i~" y="0.5" width="0.1" height="17" /></element> - <element ref="lcdb"><bounds x="0.5" y="~i~" width="17" height="0.1" /></element> + <element ref="lcdw"><bounds x="~i~" y="0.5" width="0.1" height="17" /></element> + <element ref="lcdw"><bounds x="0.5" y="~i~" width="17" height="0.1" /></element> </repeat> + <element ref="lcdm" blend="multiply"><bounds x="0" y="0" width="18" height="18" /></element> <element ref="lcda" blend="add"><bounds x="0" y="0" width="18" height="18" /></element> <!-- show paddle position --> |
