mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
novag*: make lcd screen taller, it's not 1:1 (nw)
This commit is contained in:
parent
f114358821
commit
1fa49248a3
@ -623,7 +623,6 @@ void eag_state::eag_base(machine_config &config)
|
||||
SENSORBOARD(config, m_board).set_type(sensorboard_device::MAGNETS);
|
||||
m_board->init_cb().set(m_board, FUNC(sensorboard_device::preset_chess));
|
||||
m_board->set_delay(attotime::from_msec(150));
|
||||
m_board->set_nvram_enable(true);
|
||||
|
||||
/* video hardware */
|
||||
PWM_DISPLAY(config, m_display).set_size(9, 16);
|
||||
|
@ -426,10 +426,10 @@ license:CC0
|
||||
|
||||
<!-- lcd panel -->
|
||||
|
||||
<element ref="lcdw"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<screen tag="screen"><bounds x="86.5" y="9.5" width="24.25" height="2.5" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcdw"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
<screen tag="screen"><bounds x="86.5" y="9" width="24.25" height="3" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
|
||||
<!-- right side buttons -->
|
||||
|
||||
|
@ -435,10 +435,10 @@ license:CC0
|
||||
|
||||
<!-- lcd panel -->
|
||||
|
||||
<element ref="lcdw"><bounds x="47.75" y="90" width="25.25" height="4.5" /></element>
|
||||
<screen tag="screen"><bounds x="48.25" y="91" width="24.25" height="2.5" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="47.75" y="90" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="47.75" y="90" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcdw"><bounds x="47.75" y="89.5" width="25.25" height="5" /></element>
|
||||
<screen tag="screen"><bounds x="48.25" y="90.5" width="24.25" height="3" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="47.75" y="89.5" width="25.25" height="5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="47.75" y="89.5" width="25.25" height="5" /></element>
|
||||
|
||||
<!-- right side buttons -->
|
||||
|
||||
|
@ -426,10 +426,10 @@ license:CC0
|
||||
|
||||
<!-- lcd panel -->
|
||||
|
||||
<element ref="lcdw"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<screen tag="screen"><bounds x="86.5" y="9.5" width="24.25" height="2.5" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcdw"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
<screen tag="screen"><bounds x="86.5" y="9" width="24.25" height="3" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
|
||||
<!-- right side buttons -->
|
||||
|
||||
|
@ -456,10 +456,10 @@ license:CC0
|
||||
|
||||
<!-- lcd panel -->
|
||||
|
||||
<element ref="lcdw"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<screen tag="screen"><bounds x="86.5" y="9.5" width="24.25" height="2.5" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="86" y="8.5" width="25.25" height="4.5" /></element>
|
||||
<element ref="lcdw"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
<screen tag="screen"><bounds x="86.5" y="9" width="24.25" height="3" /></screen>
|
||||
<element ref="lcdm" blend="multiply"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
<element ref="lcda" blend="add"><bounds x="86" y="8" width="25.25" height="5" /></element>
|
||||
|
||||
<!-- right side buttons -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user