Skip to content

Commit d512062

Browse files
committed
sapphire: add buttons
1 parent 80068b5 commit d512062

File tree

4 files changed

+132
-151
lines changed

4 files changed

+132
-151
lines changed

src/mame/layout/novag_mentor16.lay

+12-12
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,18 @@ authors:hap
511511

512512
<!-- build screen -->
513513

514+
<view name="Internal Layout (LCD H)">
515+
<bounds left="-13" right="111.5" top="0.5" bottom="93" />
516+
<group ref="common"><bounds left="-13" right="111.5" top="0.5" bottom="93" /></group>
517+
518+
<!-- lcd panels (actually they're above eachother instead of side by side, but it looks better this way) -->
519+
<element ref="text_black"><bounds xc="91" y="86.25" width="5" height="1.5" /></element>
520+
<group ref="lcd1"><bounds xc="91" y="88" width="7.5" height="3.14" /></group>
521+
522+
<element ref="text_white"><bounds xc="100" y="86.25" width="5" height="1.5" /></element>
523+
<group ref="lcd2"><bounds xc="100" y="88" width="7.5" height="3.14" /></group>
524+
</view>
525+
514526
<view name="Internal Layout (LCD V)">
515527
<bounds left="-13" right="111.5" top="0.5" bottom="98.75" />
516528
<group ref="common"><bounds left="-13" right="111.5" top="0.5" bottom="93" /></group>
@@ -526,16 +538,4 @@ authors:hap
526538
<element ref="text_white"><bounds xc="88.9" y="97.1" width="5" height="1.5" /></element>
527539
</view>
528540

529-
<view name="Internal Layout (LCD H)">
530-
<bounds left="-13" right="111.5" top="0.5" bottom="93" />
531-
<group ref="common"><bounds left="-13" right="111.5" top="0.5" bottom="93" /></group>
532-
533-
<!-- lcd panels (actually they're above eachother instead of side by side, but it looks better this way) -->
534-
<element ref="text_black"><bounds xc="91" y="86.25" width="5" height="1.5" /></element>
535-
<group ref="lcd1"><bounds xc="91" y="88" width="7.5" height="3.14" /></group>
536-
537-
<element ref="text_white"><bounds xc="100" y="86.25" width="5" height="1.5" /></element>
538-
<group ref="lcd2"><bounds xc="100" y="88" width="7.5" height="3.14" /></group>
539-
</view>
540-
541541
</mamelayout>

src/mame/layout/novag_zircon2.lay

+9-9
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,15 @@ authors:hap
520520

521521
<!-- build screen -->
522522

523+
<view name="Internal Layout (LCD H)">
524+
<bounds left="-12.8" right="106.3" top="0" bottom="94.14" />
525+
<group ref="common"><bounds left="-12.8" right="106.3" top="0" bottom="88" /></group>
526+
527+
<!-- lcd panels (actually they're above eachother instead of side by side, but it looks better this way) -->
528+
<group ref="lcd2"><bounds xc="90" y="89.5" width="7.5" height="3.14" /></group>
529+
<group ref="lcd1"><bounds xc="99" y="89.5" width="7.5" height="3.14" /></group>
530+
</view>
531+
523532
<view name="Internal Layout (LCD V)">
524533
<bounds left="-12.8" right="106.3" top="0" bottom="101.25" />
525534
<group ref="common"><bounds left="-12.8" right="106.3" top="0" bottom="88" /></group>
@@ -535,13 +544,4 @@ authors:hap
535544
<element ref="text_white"><bounds xc="88.1" y="99.6" width="5" height="1.5" /></element>
536545
</view>
537546

538-
<view name="Internal Layout (LCD H)">
539-
<bounds left="-12.8" right="106.3" top="0" bottom="94.14" />
540-
<group ref="common"><bounds left="-12.8" right="106.3" top="0" bottom="88" /></group>
541-
542-
<!-- lcd panels (actually they're above eachother instead of side by side, but it looks better this way) -->
543-
<group ref="lcd2"><bounds xc="90" y="89.5" width="7.5" height="3.14" /></group>
544-
<group ref="lcd1"><bounds xc="99" y="89.5" width="7.5" height="3.14" /></group>
545-
</view>
546-
547547
</mamelayout>

0 commit comments

Comments
 (0)