summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-12-03 14:12:26 +0100
committer hap <happppp@users.noreply.github.com>2021-12-03 14:12:26 +0100
commit8393c4de81208be5cc294731aac7f50f59c12e1a (patch)
tree060093f33f81e158d17fc50381c639b140bc1cd6 /src/mame
parent762ebf36bbed3911b6266de538d99d03c68da142 (diff)
im01: add option to only show display
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/layout/im01.lay9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mame/layout/im01.lay b/src/mame/layout/im01.lay
index dc5c038c3ea..45370b5f4ef 100644
--- a/src/mame/layout/im01.lay
+++ b/src/mame/layout/im01.lay
@@ -271,13 +271,18 @@ license:CC0
<!-- build screen -->
- <view name="Internal Layout">
-
+ <view name="Internal Layout (Full)">
<group ref="display"><bounds x="8.3" y="19.74" width="13.7" height="4.26" /></group>
<element ref="under" blend="add"><bounds x="5.3" y="16.74" width="19.7" height="11" /></element>
<element ref="greenm" blend="multiply"><bounds x="5.3" y="16.74" width="19.7" height="11" /></element>
<group ref="panel"><bounds x="5.3" y="27" width="19.7" height="51" /></group>
+ </view>
+ <view name="Internal Layout (Display)">
+ <group ref="display"><bounds x="8.3" y="19.74" width="13.7" height="4.26" /></group>
+ <element ref="under" blend="add"><bounds x="5.3" y="16.74" width="19.7" height="10.26" /></element>
+ <element ref="greenm" blend="multiply"><bounds x="5.3" y="16.74" width="19.7" height="10.26" /></element>
</view>
+
</mamelayout>