Skip to content

Commit 71e6404

Browse files
committed
center display vertically (it was annoyingly shifted 2 pixels towards the bottom)
1 parent aef9de6 commit 71e6404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mame/layout/pg1000.lay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,10 @@ license:CC0-1.0
387387
<element ref="panel_sheet"><bounds x="0" y="0" width="1000" height="800"/></element>
388388
<element ref="black_rect"><bounds x="6" y="20" width="988" height="105"/></element>
389389
<element ref="screen_border"><bounds x="104" y="54" width="196" height="44"/></element>
390-
<screen index="0"><bounds x="106" y="62" width="192" height="32"/></screen>
390+
<screen index="0"><bounds x="106" y="60" width="192" height="32"/></screen>
391391

392392
<repeat count="2">
393-
<param name="y" start="62" increment="18" />
393+
<param name="y" start="60" increment="18" />
394394
<repeat count="16">
395395
<param name="x" start="106" increment="12" />
396396
<element ref="display_rect">

0 commit comments

Comments
 (0)