sphinx40: decrease button panel size

This commit is contained in:
hap 2023-09-19 12:30:49 +02:00
parent e69a9cc387
commit 90f6d13dd4
3 changed files with 7 additions and 7 deletions

View File

@ -24,8 +24,8 @@ Hardware notes:
#include "cpu/m6502/m65sc02.h"
#include "machine/74259.h"
#include "machine/nvram.h"
#include "machine/chessmachine.h"
#include "machine/nvram.h"
// internal artwork
#include "mephisto_risc.lh"

View File

@ -225,8 +225,8 @@ ROM_END
ROM_START( montreal )
ROM_REGION16_BE( 0x10000, "maincpu", 0 )
ROM_LOAD16_BYTE("montreal_even_5.01", 0x00000, 0x08000, CRC(b32a5db4) SHA1(02a41732d80d91a984814acfae7fec0a8522c13d) )
ROM_LOAD16_BYTE("montreal_odd_5.01", 0x00001, 0x08000, CRC(a60e2808) SHA1(8a2d404548a934573be125b0cdb91285569b8f72) )
ROM_LOAD16_BYTE("montreal_even_5.01.u3", 0x00000, 0x08000, CRC(b32a5db4) SHA1(02a41732d80d91a984814acfae7fec0a8522c13d) )
ROM_LOAD16_BYTE("montreal_odd_5.01.u2", 0x00001, 0x08000, CRC(a60e2808) SHA1(8a2d404548a934573be125b0cdb91285569b8f72) )
ROM_END
} // anonymous namespace

View File

@ -514,7 +514,7 @@ license:CC0-1.0
<!-- build screen -->
<view name="Internal Layout">
<bounds left="-13" right="88" top="-1.5" bottom="111.6" />
<bounds left="-13" right="88" top="-1.5" bottom="107" />
<element ref="cblack"><bounds x="-1" y="-1.5" width="89" height="89" /></element>
<element ref="cwhite"><bounds x="3" y="2.5" width="81" height="81" /></element>
@ -541,10 +541,10 @@ license:CC0-1.0
<element ref="text_g"><bounds x="67.5" y="84.5" width="2" height="2" /></element>
<element ref="text_h"><bounds x="77.5" y="84.5" width="2" height="2" /></element>
<group ref="lcd1"><bounds x="16.5" y="102.5" width="14" height="5.1" /></group>
<group ref="lcd2"><bounds x="16.5" y="93.5" width="14" height="5.1" /></group>
<group ref="lcd2"><bounds x="26.5" y="91.6" width="14" height="5.1" /></group>
<group ref="lcd1"><bounds x="26.5" y="99.4" width="14" height="5.1" /></group>
<group ref="buttons"><bounds x="41.5" y="88.5" width="44" height="22" /></group>
<group ref="buttons"><bounds x="51.5" y="88.5" width="34" height="17" /></group>
</view>
</mamelayout>