New working clones

------------------
Constellation Quattro [hap, anonymous]
This commit is contained in:
hap 2019-09-05 02:24:57 +02:00
parent 9c08e3cb6a
commit f127a679f5
5 changed files with 575 additions and 35 deletions

View File

@ -26,6 +26,10 @@ Constellation 3.6MHz:
- 2KB RAM (TC5516AP), 16KB ROM (custom label, assumed TMM23128)
- PCB supports "Memory Save", but components aren't installed
Constellation Quattro:
- R65C02P3 @ 4MHz (8MHz XTAL)
- 2KB RAM (D449C), 16KB ROM (custom label)
Super Sensor IV:
- MOS MPS6502A @ 2MHz
- 1KB battery-backed RAM (2*TC5514AP-3)
@ -43,13 +47,14 @@ Super Constellation:
TODO:
- ssensor4 nvram doesn't work, at boot it always starts a new game
- is Dynamic S a program update of ssensor4 or identical?
- add Constellation Quattro version, another small update, this time 4MHz
- verify IRQ active time for ssensor4, const, constq
******************************************************************************/
#include "emu.h"
#include "cpu/m6502/m6502.h"
#include "cpu/m6502/m65sc02.h"
#include "cpu/m6502/r65c02.h"
#include "machine/sensorboard.h"
#include "machine/nvram.h"
#include "machine/timer.h"
@ -59,6 +64,7 @@ TODO:
// internal artwork
#include "novag_const.lh" // clickable
#include "novag_constq.lh" // clickable
#include "novag_ssensor4.lh" // clickable
#include "novag_supercon.lh" // clickable
@ -81,6 +87,7 @@ public:
// machine drivers
void nconst(machine_config &config);
void nconst36(machine_config &config);
void nconstq(machine_config &config);
void ssensor4(machine_config &config);
void sconst(machine_config &config);
@ -283,7 +290,7 @@ static INPUT_PORTS_START( ssensor4 )
PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_W) PORT_NAME("Hint")
INPUT_PORTS_END
static INPUT_PORTS_START( sconst )
static INPUT_PORTS_START( nconstq )
PORT_INCLUDE( nconst )
PORT_MODIFY("IN.1")
@ -291,6 +298,10 @@ static INPUT_PORTS_START( sconst )
PORT_MODIFY("IN.2")
PORT_BIT(0x02, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_6) PORT_NAME("Sound / Depth Search / Bishop")
INPUT_PORTS_END
static INPUT_PORTS_START( sconst )
PORT_INCLUDE( nconstq )
PORT_MODIFY("IN.4")
PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYPAD) PORT_CODE(KEYCODE_R) PORT_NAME("Print Moves")
@ -382,6 +393,19 @@ void const_state::sconst(machine_config &config)
config.set_default_layout(layout_novag_supercon);
}
void const_state::nconstq(machine_config &config)
{
sconst(config);
/* basic machine hardware */
R65C02(config.replace(), m_maincpu, 8_MHz_XTAL/2);
m_maincpu->set_addrmap(AS_PROGRAM, &const_state::const_map);
config.device_remove("nvram");
config.set_default_layout(layout_novag_constq);
}
/******************************************************************************
@ -405,6 +429,11 @@ ROM_START( const36 )
ROM_LOAD("novag-831a_6133-8316.u2", 0xc000, 0x4000, CRC(7da760f3) SHA1(6172e0fa03377e911141a86747849bf25f20613f) )
ROM_END
ROM_START( constq )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_LOAD("novag_854-501.u2", 0xc000, 0x4000, CRC(b083d5c4) SHA1(ecac8a599bd8ea8dd549c742ec45b94fb8b11af4) )
ROM_END
ROM_START( supercon )
ROM_REGION( 0x10000, "maincpu", 0 )
@ -425,5 +454,6 @@ CONS( 1981, ssensor4, 0, 0, ssensor4, ssensor4, const_state, empty_init, "N
CONS( 1983, const, 0, 0, nconst, nconst, const_state, init_const, "Novag", "Constellation", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )
CONS( 1984, const36, const, 0, nconst36, nconst, const_state, init_const, "Novag", "Constellation 3.6MHz", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )
CONS( 1985, constq, const, 0, nconstq, nconstq, const_state, init_const, "Novag", "Constellation Quattro", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )
CONS( 1984, supercon, 0, 0, sconst, sconst, const_state, empty_init, "Novag", "Super Constellation", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )

View File

@ -14,7 +14,7 @@ Hardware notes (Superstar 28K):
- TTL, buzzer, 28 LEDs, 8*8 chessboard buttons
Turbostar 432:
- PCB label: SUPERSTAR REV 3
- PCB label: SUPERSTAR REV-3
- R65C02P4 @ 4MHz
- 4KB RAM (2*HM6116P-4)
- 32KB ROM (custom label), extension ROM slot

View File

@ -139,30 +139,12 @@
<element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r8b"><text string=" "><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_king">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="[K]"><color red="0.1" green="0.1" blue="0.1" /></text>
</element>
<element name="text_queen">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="[Q]"><color red="0.1" green="0.1" blue="0.1" /></text>
</element>
<element name="text_rook">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="[R]"><color red="0.1" green="0.1" blue="0.1" /></text>
</element>
<element name="text_bishop">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="[B]"><color red="0.1" green="0.1" blue="0.1" /></text>
</element>
<element name="text_knight">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="[N]"><color red="0.1" green="0.1" blue="0.1" /></text>
</element>
<element name="text_pawn">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="[P]"><color red="0.1" green="0.1" blue="0.1" /></text>
</element>
<element name="text_p7"><image file="chess/bp.png"/></element>
<element name="text_p8"><image file="chess/bn.png"/></element>
<element name="text_p9"><image file="chess/bb.png"/></element>
<element name="text_p10"><image file="chess/br.png"/></element>
<element name="text_p11"><image file="chess/bq.png"/></element>
<element name="text_p12"><image file="chess/bk.png"/></element>
<!-- sb board -->
@ -512,8 +494,8 @@
<bezel element="text_l7"><bounds x="87" y="68.64" width="14" height="1.4" /></bezel>
<bezel element="text_l8"><bounds x="87" y="76.35" width="14" height="1.4" /></bezel>
<bezel name="0.6" element="ledg"><bounds x="87" y="70.29" width="1" height="2" /></bezel>
<bezel name="0.7" element="ledg"><bounds x="87" y="78.00" width="1" height="2" /></bezel>
<bezel name="0.6" element="ledg"><bounds x="87" y="71.29" width="1" height="2" /></bezel>
<bezel name="0.7" element="ledg"><bounds x="87" y="79.00" width="1" height="2" /></bezel>
<!-- right side buttons -->
@ -551,12 +533,12 @@
<bezel element="white"><bounds x="101.4" y="70.44" width="5.7" height="3.7" /></bezel>
<bezel element="static_red"><bounds x="101.4" y="78.15" width="5.7" height="3.7" /></bezel>
<bezel element="text_king"><bounds x="93.13" y="24.70" width="3" height="2.2" /></bezel>
<bezel element="text_queen"><bounds x="93.13" y="32.41" width="3" height="2.2" /></bezel>
<bezel element="text_bishop"><bounds x="93.13" y="40.13" width="3" height="2.2" /></bezel>
<bezel element="text_knight"><bounds x="93.13" y="47.84" width="3" height="2.2" /></bezel>
<bezel element="text_rook"><bounds x="93.13" y="55.56" width="3" height="2.2" /></bezel>
<bezel element="text_pawn"><bounds x="93.13" y="63.27" width="3" height="2.2" /></bezel>
<bezel element="text_p12"><bounds x="93.33" y="24.70" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p11"><bounds x="93.33" y="32.41" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p9"><bounds x="93.33" y="40.13" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p8"><bounds x="93.33" y="47.84" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p10"><bounds x="93.33" y="55.56" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p7"><bounds x="93.33" y="63.27" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_r2x"><bounds x="101.4" y="33.01" width="5.7" height="1.4" /></bezel>
<bezel element="text_r3x"><bounds x="101.4" y="40.73" width="5.7" height="1.4" /></bezel>

View File

@ -0,0 +1,527 @@
<?xml version="1.0"?>
<mamelayout version="2">
<!-- define elements -->
<element name="static_red"><rect><color red="0.7" green="0.13" blue="0.12" /></rect></element>
<element name="white"><rect><color red="0.81" green="0.8" blue="0.79" /></rect></element>
<element name="ledr" defstate="0">
<rect state="1"><color red="1.0" green="0.1" blue="0.15" /></rect>
<rect state="0"><color red="0.17" green="0.015" blue="0.02" /></rect>
</element>
<element name="ledg" defstate="0">
<rect state="1"><color red="0.1" green="0.95" blue="0.05" /></rect>
<rect state="0"><color red="0.015" green="0.16" blue="0.01" /></rect>
</element>
<element name="hl" defstate="0">
<text string=" ">
<bounds x="0.0" y="0.0" width="1.0" height="1.0" />
<color red="0.0" green="0.0" blue="0.0" />
</text>
<disk state="1">
<bounds x="0.12" y="0.12" width="0.76" height="0.76" />
<color red="1.0" green="1.0" blue="1.0" />
</disk>
</element>
<element name="hlb" defstate="0">
<text string=" ">
<bounds x="0.0" y="0.0" width="1.0" height="1.0" />
<color red="0.0" green="0.0" blue="0.0" />
</text>
<disk state="1">
<bounds x="0.2466" y="0.12" width="0.5066" height="0.76" />
<color red="1.0" green="1.0" blue="1.0" />
</disk>
</element>
<element name="text_1"><text string="1"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_2"><text string="2"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_3"><text string="3"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_4"><text string="4"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_5"><text string="5"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_6"><text string="6"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_7"><text string="7"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_8"><text string="8"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_a"><text string="A"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_b"><text string="B"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_c"><text string="C"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_d"><text string="D"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_e"><text string="E"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_f"><text string="F"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_g"><text string="G"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_h"><text string="H"><color red="0.9" green="0.9" blue="0.9" /></text></element>
<element name="text_l1"><text string="Error" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l2"><text string="Verify" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l3"><text string="Set Up" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l4"><text string="Check" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l5"><text string="Mate" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l6"><text string="Draw" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l7"><text string="Black" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_l8"><text string="White" align="1"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m1a"><text string="Player/Player"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m2a1"><text string="Best Move/"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m2a2"><text string="Random"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m2b"><text string="Training Level"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m3a"><text string="Sound"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m3b"><text string="Depth Search"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m4a"><text string="Solve Mate"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m7a"><text string="Set Level"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_m8a"><text string="Take Back"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r1a"><text string="New Game"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r2a"><text string="Verify"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r2b"><text string="Set Up"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r3a"><text string="Change Color"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r4a"><text string="Clear Board"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r7a"><text string="Hint"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_p1"><image file="chess/wp.png"/></element>
<element name="text_p2"><image file="chess/wn.png"/></element>
<element name="text_p3"><image file="chess/wb.png"/></element>
<element name="text_p4"><image file="chess/wr.png"/></element>
<element name="text_p5"><image file="chess/wq.png"/></element>
<element name="text_p6"><image file="chess/wk.png"/></element>
<element name="text_p7"><image file="chess/bp.png"/></element>
<element name="text_p8"><image file="chess/bn.png"/></element>
<element name="text_p9"><image file="chess/bb.png"/></element>
<element name="text_p10"><image file="chess/br.png"/></element>
<element name="text_p11"><image file="chess/bq.png"/></element>
<element name="text_p12"><image file="chess/bk.png"/></element>
<!-- sb board -->
<element name="cblack"><rect><color red="0.41" green="0.4" blue="0.39" /></rect></element>
<element name="cwhite"><rect><color red="0.81" green="0.8" blue="0.79" /></rect></element>
<element name="hlbb" defstate="0">
<text string=" "><bounds x="0" y="0" width="1" height="1" /></text>
<disk state="1">
<bounds x="0.12" y="0.12" width="0.76" height="0.76" />
<color red="0" green="0" blue="0" />
</disk>
</element>
<element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/>
<image file="chess/wn.png" state="2"/>
<image file="chess/wb.png" state="3"/>
<image file="chess/wr.png" state="4"/>
<image file="chess/wq.png" state="5"/>
<image file="chess/wk.png" state="6"/>
<image file="chess/bp.png" state="7"/>
<image file="chess/bn.png" state="8"/>
<image file="chess/bb.png" state="9"/>
<image file="chess/br.png" state="10"/>
<image file="chess/bq.png" state="11"/>
<image file="chess/bk.png" state="12"/>
<!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image>
</element>
<group name="sb_board">
<bounds x="0" y="0" width="80" height="80" />
<!-- squares (avoid seams) -->
<bezel element="cwhite"><bounds x="0" y="0" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="10" y="0" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="20" y="0" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="30" y="0" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="40" y="0" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="50" y="0" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="60" y="0" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="70" y="0" width="10" height="11" /></bezel>
<bezel element="cblack"><bounds x="0" y="10" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="10" y="10" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="20" y="10" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="30" y="10" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="40" y="10" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="50" y="10" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="60" y="10" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="70" y="10" width="10" height="11" /></bezel>
<bezel element="cwhite"><bounds x="0" y="20" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="10" y="20" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="20" y="20" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="30" y="20" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="40" y="20" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="50" y="20" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="60" y="20" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="70" y="20" width="10" height="11" /></bezel>
<bezel element="cblack"><bounds x="0" y="30" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="10" y="30" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="20" y="30" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="30" y="30" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="40" y="30" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="50" y="30" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="60" y="30" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="70" y="30" width="10" height="11" /></bezel>
<bezel element="cwhite"><bounds x="0" y="40" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="10" y="40" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="20" y="40" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="30" y="40" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="40" y="40" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="50" y="40" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="60" y="40" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="70" y="40" width="10" height="11" /></bezel>
<bezel element="cblack"><bounds x="0" y="50" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="10" y="50" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="20" y="50" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="30" y="50" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="40" y="50" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="50" y="50" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="60" y="50" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="70" y="50" width="10" height="11" /></bezel>
<bezel element="cwhite"><bounds x="0" y="60" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="10" y="60" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="20" y="60" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="30" y="60" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="40" y="60" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="50" y="60" width="11" height="11" /></bezel>
<bezel element="cwhite"><bounds x="60" y="60" width="11" height="11" /></bezel>
<bezel element="cblack"><bounds x="70" y="60" width="10" height="11" /></bezel>
<bezel element="cblack"><bounds x="0" y="70" width="11" height="10" /></bezel>
<bezel element="cwhite"><bounds x="10" y="70" width="11" height="10" /></bezel>
<bezel element="cblack"><bounds x="20" y="70" width="11" height="10" /></bezel>
<bezel element="cwhite"><bounds x="30" y="70" width="11" height="10" /></bezel>
<bezel element="cblack"><bounds x="40" y="70" width="11" height="10" /></bezel>
<bezel element="cwhite"><bounds x="50" y="70" width="11" height="10" /></bezel>
<bezel element="cblack"><bounds x="60" y="70" width="11" height="10" /></bezel>
<bezel element="cwhite"><bounds x="70" y="70" width="10" height="10" /></bezel>
<!-- sensors, pieces -->
<repeat count="8">
<param name="y" start="0" increment="10" />
<param name="i" start="8" increment="-1" />
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x01"><bounds x="0" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x02"><bounds x="10" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x04"><bounds x="20" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x08"><bounds x="30" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x10"><bounds x="40" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x20"><bounds x="50" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x40"><bounds x="60" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel element="hlbb" inputtag="board:RANK.~i~" inputmask="0x80"><bounds x="70" y="~y~" width="10" height="10" /><color alpha="0.04" /></bezel>
<bezel name="piece_a~i~" element="piece"><bounds x="0" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_b~i~" element="piece"><bounds x="10" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_c~i~" element="piece"><bounds x="20" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_d~i~" element="piece"><bounds x="30" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_e~i~" element="piece"><bounds x="40" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_f~i~" element="piece"><bounds x="50" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_g~i~" element="piece"><bounds x="60" y="~y~" width="10" height="10" /></bezel>
<bezel name="piece_h~i~" element="piece"><bounds x="70" y="~y~" width="10" height="10" /></bezel>
</repeat>
</group>
<!-- sb ui -->
<element name="hlub" defstate="0">
<rect state="1"><color red="0" green="0" blue="0" /></rect>
</element>
<element name="text_uit1"><text string="S.BOARD"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uit2"><text string="INTERFACE"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uib1"><text string="BOARD:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uib2">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="RESET"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uib3">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="CLEAR"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uis1"><text string="SPAWN:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uih1"><text string="HAND:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uih2">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string="REMOVE"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu1"><text string="UNDO:"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uiu2a">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string=" &lt;&lt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2b">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string=" &lt; "><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2c">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string=" &gt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu2d">
<rect><color red="0.81" green="0.8" blue="0.79" /></rect>
<text string=" &gt;&gt;"><color red="0.01" green="0.01" blue="0.01" /></text>
</element>
<element name="text_uiu3a" defstate="0">
<simplecounter maxstate="999" digits="1" align="2">
<color red="0.81" green="0.8" blue="0.79" />
</simplecounter>
</element>
<element name="text_uiu3b"><text string="/"><color red="0.81" green="0.8" blue="0.79" /></text></element>
<element name="text_uiu3c" defstate="0">
<simplecounter maxstate="999" digits="1" align="1">
<color red="0.81" green="0.8" blue="0.79" />
</simplecounter>
</element>
<group name="sb_ui">
<bounds x="0" y="0" width="10" height="80" />
<bezel element="cblack"><bounds x="0" y="0" width="10" height="1" /></bezel>
<bezel element="cblack"><bounds x="0" y="7" width="10" height="1" /></bezel>
<bezel element="cblack"><bounds x="0" y="79" width="10" height="1" /></bezel>
<bezel element="text_uit1"><bounds x="0" y="2" width="10" height="2" /></bezel>
<bezel element="text_uit2"><bounds x="0" y="4" width="10" height="2" /></bezel>
<!-- board -->
<bezel element="text_uib1"><bounds x="0" y="9" width="10" height="2" /></bezel>
<bezel element="cwhite"><bounds x="1" y="11.5" width="8" height="2.5" /></bezel>
<bezel element="cwhite"><bounds x="1" y="15" width="8" height="2.5" /></bezel>
<bezel element="text_uib2"><bounds x="1.5" y="11.75" width="7" height="2" /></bezel>
<bezel element="text_uib3"><bounds x="1.5" y="15.25" width="7" height="2" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x200"><bounds x="1" y="11.5" width="8" height="2.5" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x100"><bounds x="1" y="15" width="8" height="2.5" /><color alpha="0.25" /></bezel>
<!-- spawn -->
<bezel element="text_uis1"><bounds x="0" y="20.5" width="10" height="2" /></bezel>
<bezel element="cwhite"><bounds x="1" y="23" width="8" height="12" /></bezel>
<bezel element="cwhite"><bounds x="1" y="36" width="8" height="12" /></bezel>
<bezel name="piece_ui1" element="piece"><bounds x="1" y="23" width="4" height="4" /></bezel>
<bezel name="piece_ui2" element="piece"><bounds x="1" y="27" width="4" height="4" /></bezel>
<bezel name="piece_ui3" element="piece"><bounds x="1" y="31" width="4" height="4" /></bezel>
<bezel name="piece_ui4" element="piece"><bounds x="5" y="23" width="4" height="4" /></bezel>
<bezel name="piece_ui5" element="piece"><bounds x="5" y="27" width="4" height="4" /></bezel>
<bezel name="piece_ui6" element="piece"><bounds x="5" y="31" width="4" height="4" /></bezel>
<bezel name="piece_ui7" element="piece"><bounds x="1" y="36" width="4" height="4" /></bezel>
<bezel name="piece_ui8" element="piece"><bounds x="1" y="40" width="4" height="4" /></bezel>
<bezel name="piece_ui9" element="piece"><bounds x="1" y="44" width="4" height="4" /></bezel>
<bezel name="piece_ui10" element="piece"><bounds x="5" y="36" width="4" height="4" /></bezel>
<bezel name="piece_ui11" element="piece"><bounds x="5" y="40" width="4" height="4" /></bezel>
<bezel name="piece_ui12" element="piece"><bounds x="5" y="44" width="4" height="4" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0001"><bounds x="1" y="23" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0002"><bounds x="1" y="27" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0004"><bounds x="1" y="31" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0008"><bounds x="5" y="23" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0010"><bounds x="5" y="27" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0020"><bounds x="5" y="31" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0040"><bounds x="1" y="36" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0080"><bounds x="1" y="40" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0100"><bounds x="1" y="44" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0200"><bounds x="5" y="36" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0400"><bounds x="5" y="40" width="4" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:SPAWN" inputmask="0x0800"><bounds x="5" y="44" width="4" height="4" /><color alpha="0.25" /></bezel>
<!-- hand -->
<bezel element="text_uih1"><bounds x="0" y="51" width="10" height="2" /></bezel>
<bezel element="cblack"><bounds x="1" y="53.5" width="8" height="6" /></bezel>
<bezel name="piece_ui0" element="piece"><bounds x="2" y="53.5" width="6" height="6" /></bezel>
<bezel element="cwhite"><bounds x="1" y="60.5" width="8" height="2.5" /></bezel>
<bezel element="text_uih2"><bounds x="1.5" y="60.75" width="7" height="2" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x08"><bounds x="1" y="60.5" width="8" height="2.5" /><color alpha="0.25" /></bezel>
<!-- undo -->
<bezel element="text_uiu1"><bounds x="0" y="66" width="10" height="2" /></bezel>
<bezel element="cwhite"><bounds x="1" y="68.5" width="1.7" height="6" /></bezel>
<bezel element="cwhite"><bounds x="3.1" y="68.5" width="1.7" height="6" /></bezel>
<bezel element="cwhite"><bounds x="5.2" y="68.5" width="1.7" height="6" /></bezel>
<bezel element="cwhite"><bounds x="7.3" y="68.5" width="1.7" height="6" /></bezel>
<bezel element="text_uiu2a"><bounds x="1" y="69.5" width="1.7" height="4" /></bezel>
<bezel element="text_uiu2b"><bounds x="3.1" y="69.5" width="1.7" height="4" /></bezel>
<bezel element="text_uiu2c"><bounds x="5.2" y="69.5" width="1.7" height="4" /></bezel>
<bezel element="text_uiu2d"><bounds x="7.3" y="69.5" width="1.7" height="4" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x10"><bounds x="1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x20"><bounds x="3.1" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x40"><bounds x="5.2" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></bezel>
<bezel element="hlub" inputtag="board:UI" inputmask="0x80"><bounds x="7.3" y="68.5" width="1.7" height="6" /><color alpha="0.25" /></bezel>
<bezel name="count_ui0" element="text_uiu3a"><bounds x="0" y="75" width="4" height="2" /></bezel>
<bezel name="count_ui1" element="text_uiu3c"><bounds x="6" y="75" width="4" height="2" /></bezel>
<bezel element="text_uiu3b"><bounds x="4" y="75" width="2" height="2" /></bezel>
</group>
<!-- build screen -->
<view name="Internal Layout">
<bounds left="-12" right="111" top="-1" bottom="88" />
<group ref="sb_board"><bounds x="4" y="3" width="80" height="80" /></group>
<group ref="sb_ui"><bounds x="-11" y="3" width="10" height="80" /></group>
<!-- chessboard coords -->
<bezel element="text_8"><bounds x="1.2" y="9" width="2" height="2" /></bezel>
<bezel element="text_7"><bounds x="1.2" y="19" width="2" height="2" /></bezel>
<bezel element="text_6"><bounds x="1.2" y="29" width="2" height="2" /></bezel>
<bezel element="text_5"><bounds x="1.2" y="39" width="2" height="2" /></bezel>
<bezel element="text_4"><bounds x="1.2" y="49" width="2" height="2" /></bezel>
<bezel element="text_3"><bounds x="1.2" y="59" width="2" height="2" /></bezel>
<bezel element="text_2"><bounds x="1.2" y="69" width="2" height="2" /></bezel>
<bezel element="text_1"><bounds x="1.2" y="79" width="2" height="2" /></bezel>
<bezel element="text_a"><bounds x="6" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_b"><bounds x="16" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_c"><bounds x="26" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_d"><bounds x="36" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_e"><bounds x="46" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_f"><bounds x="56" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_g"><bounds x="66" y="84.5" width="2" height="2" /></bezel>
<bezel element="text_h"><bounds x="76" y="84.5" width="2" height="2" /></bezel>
<!-- chessboard leds -->
<bezel name="1.0" element="ledr"><bounds x="1" y="7.5" width="2" height="1" /></bezel>
<bezel name="1.1" element="ledr"><bounds x="1" y="17.5" width="2" height="1" /></bezel>
<bezel name="1.2" element="ledr"><bounds x="1" y="27.5" width="2" height="1" /></bezel>
<bezel name="1.3" element="ledr"><bounds x="1" y="37.5" width="2" height="1" /></bezel>
<bezel name="1.4" element="ledr"><bounds x="1" y="47.5" width="2" height="1" /></bezel>
<bezel name="1.5" element="ledr"><bounds x="1" y="57.5" width="2" height="1" /></bezel>
<bezel name="1.6" element="ledr"><bounds x="1" y="67.5" width="2" height="1" /></bezel>
<bezel name="1.7" element="ledr"><bounds x="1" y="77.5" width="2" height="1" /></bezel>
<bezel name="2.0" element="ledr"><bounds x="8.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.1" element="ledr"><bounds x="18.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.2" element="ledr"><bounds x="28.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.3" element="ledr"><bounds x="38.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.4" element="ledr"><bounds x="48.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.5" element="ledr"><bounds x="58.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.6" element="ledr"><bounds x="68.5" y="84" width="1" height="2" /></bezel>
<bezel name="2.7" element="ledr"><bounds x="78.5" y="84" width="1" height="2" /></bezel>
<!-- right side leds -->
<bezel element="text_l1"><bounds x="87" y="22.35" width="14" height="1.4" /></bezel>
<bezel element="text_l2"><bounds x="87" y="30.06" width="14" height="1.4" /></bezel>
<bezel element="text_l3"><bounds x="87" y="37.78" width="14" height="1.4" /></bezel>
<bezel element="text_l4"><bounds x="87" y="45.49" width="14" height="1.4" /></bezel>
<bezel element="text_l5"><bounds x="87" y="53.21" width="14" height="1.4" /></bezel>
<bezel element="text_l6"><bounds x="87" y="60.92" width="14" height="1.4" /></bezel>
<bezel element="text_l7"><bounds x="87" y="68.64" width="14" height="1.4" /></bezel>
<bezel element="text_l8"><bounds x="87" y="76.35" width="14" height="1.4" /></bezel>
<bezel name="0.0" element="ledg"><bounds x="87" y="25.00" width="1" height="2" /></bezel>
<bezel name="0.1" element="ledg"><bounds x="87" y="32.71" width="1" height="2" /></bezel>
<bezel name="0.2" element="ledg"><bounds x="87" y="40.43" width="1" height="2" /></bezel>
<bezel name="0.3" element="ledg"><bounds x="87" y="48.14" width="1" height="2" /></bezel>
<bezel name="0.4" element="ledg"><bounds x="87" y="55.86" width="1" height="2" /></bezel>
<bezel name="0.5" element="ledg"><bounds x="87" y="63.57" width="1" height="2" /></bezel>
<bezel name="0.6" element="ledg"><bounds x="87" y="71.29" width="1" height="2" /></bezel>
<bezel name="0.7" element="ledg"><bounds x="87" y="79.00" width="1" height="2" /></bezel>
<bezel element="text_p6"><bounds x="88.25" y="25.00" width="2" height="2" /><color alpha="0.65" /></bezel>
<bezel element="text_p5"><bounds x="88.25" y="32.71" width="2" height="2" /><color alpha="0.65" /></bezel>
<bezel element="text_p3"><bounds x="88.25" y="40.43" width="2" height="2" /><color alpha="0.65" /></bezel>
<bezel element="text_p2"><bounds x="88.25" y="48.14" width="2" height="2" /><color alpha="0.65" /></bezel>
<bezel element="text_p4"><bounds x="88.25" y="55.86" width="2" height="2" /><color alpha="0.65" /></bezel>
<bezel element="text_p1"><bounds x="88.25" y="63.57" width="2" height="2" /><color alpha="0.65" /></bezel>
<!-- right side buttons -->
<bezel element="static_red"><bounds x="91.63" y="24.00" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="31.71" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="39.43" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="47.14" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="54.86" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="62.57" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="70.29" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="91.63" y="78.00" width="6" height="4" /></bezel>
<bezel element="white"><bounds x="91.78" y="24.15" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="31.86" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="39.58" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="47.29" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="55.01" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="62.72" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="70.44" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="91.78" y="78.15" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="101.25" y="24.00" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="101.25" y="31.71" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="101.25" y="39.43" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="101.25" y="47.14" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="101.25" y="70.29" width="6" height="4" /></bezel>
<bezel element="white"><bounds x="101.25" y="78.00" width="6" height="4" /></bezel>
<bezel element="static_red"><bounds x="101.4" y="24.15" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="101.4" y="31.86" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="101.4" y="39.58" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="101.4" y="47.29" width="5.7" height="3.7" /></bezel>
<bezel element="white"><bounds x="101.4" y="70.44" width="5.7" height="3.7" /></bezel>
<bezel element="static_red"><bounds x="101.4" y="78.15" width="5.7" height="3.7" /></bezel>
<bezel element="text_p12"><bounds x="93.33" y="24.70" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p11"><bounds x="93.33" y="32.41" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p9"><bounds x="93.33" y="40.13" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p8"><bounds x="93.33" y="47.84" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p10"><bounds x="93.33" y="55.56" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="text_p7"><bounds x="93.33" y="63.27" width="2.5" height="2.5" /><color alpha="0.9" /></bezel>
<bezel element="hlb" inputtag="IN.0" inputmask="0x02"><bounds x="91.63" y="24.00" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.1" inputmask="0x02"><bounds x="91.63" y="31.71" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.2" inputmask="0x02"><bounds x="91.63" y="39.43" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.3" inputmask="0x02"><bounds x="91.63" y="47.14" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.4" inputmask="0x02"><bounds x="91.63" y="54.86" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.5" inputmask="0x02"><bounds x="91.63" y="62.57" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.6" inputmask="0x02"><bounds x="91.63" y="70.29" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.7" inputmask="0x02"><bounds x="91.63" y="78.00" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.0" inputmask="0x01"><bounds x="101.25" y="24.00" width="6" height="4" /><color alpha="0.25" /></bezel>
<bezel element="hlb" inputtag="IN.1" inputmask="0x01"><bounds x="101.25" y="31.71" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.2" inputmask="0x01"><bounds x="101.25" y="39.43" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.3" inputmask="0x01"><bounds x="101.25" y="47.14" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.6" inputmask="0x01"><bounds x="101.25" y="70.29" width="6" height="4" /><color alpha="0.4" /></bezel>
<bezel element="hlb" inputtag="IN.7" inputmask="0x01"><bounds x="101.25" y="78.00" width="6" height="4" /><color alpha="0.25" /></bezel>
<bezel element="text_m1a"><bounds x="87.63" y="22.35" width="14" height="1.4" /></bezel>
<bezel element="text_m2a1"><bounds x="87.63" y="28.75" width="14" height="1.4" /></bezel>
<bezel element="text_m2a2"><bounds x="87.63" y="30.06" width="14" height="1.4" /></bezel>
<bezel element="text_m2b"><bounds x="87.63" y="35.91" width="14" height="1.4" /></bezel>
<bezel element="text_m3a"><bounds x="87.63" y="37.78" width="14" height="1.4" /></bezel>
<bezel element="text_m3b"><bounds x="87.63" y="43.63" width="14" height="1.4" /></bezel>
<bezel element="text_m4a"><bounds x="87.63" y="45.49" width="14" height="1.4" /></bezel>
<bezel element="text_m7a"><bounds x="87.63" y="68.64" width="14" height="1.4" /></bezel>
<bezel element="text_m8a"><bounds x="87.63" y="76.35" width="14" height="1.4" /></bezel>
<bezel element="text_r1a"><bounds x="97.25" y="22.35" width="14" height="1.4" /></bezel>
<bezel element="text_r2a"><bounds x="97.25" y="30.06" width="14" height="1.4" /></bezel>
<bezel element="text_r2b"><bounds x="97.25" y="35.91" width="14" height="1.4" /></bezel>
<bezel element="text_r3a"><bounds x="97.25" y="37.78" width="14" height="1.4" /></bezel>
<bezel element="text_r4a"><bounds x="97.25" y="45.49" width="14" height="1.4" /></bezel>
<bezel element="text_r7a"><bounds x="97.25" y="68.64" width="14" height="1.4" /></bezel>
<bezel element="text_r8a"><bounds x="97.25" y="76.35" width="14" height="1.4" /></bezel>
</view>
</mamelayout>

View File

@ -31119,6 +31119,7 @@ cforteb //
@source:novag_const.cpp
const
const36
constq
ssensor4
supercon