kungfur.lay: another small tweak (nw)

This commit is contained in:
hap 2019-12-24 09:08:20 +01:00
parent a05f80cdd6
commit e5cf6b2d3b
3 changed files with 32 additions and 2 deletions

View File

@ -116,7 +116,7 @@ public:
m_cg_count(*this, "cg_count%u", 0U) m_cg_count(*this, "cg_count%u", 0U)
{ } { }
// machine drivers // machine configs
void cgang(machine_config &config); void cgang(machine_config &config);
protected: protected:

View File

@ -86,7 +86,7 @@ public:
m_lamps(*this, "lamp%u", 0U) m_lamps(*this, "lamp%u", 0U)
{ } { }
// machine drivers // machine configs
void kungfur(machine_config &config); void kungfur(machine_config &config);
protected: protected:

View File

@ -27,11 +27,17 @@
<!-- define level lamps --> <!-- define level lamps -->
<element name="level1" defstate="0"> <element name="level1" defstate="0">
<disk>
<color red="0" green="0" blue="0" />
<bounds x="-0.075" y="-0.075" width="1.15" height="1.15" />
</disk>
<disk state="1"> <disk state="1">
<color red="1.0" green="0.1" blue="0.15" /> <color red="1.0" green="0.1" blue="0.15" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<disk state="0"> <disk state="0">
<color red="0.2" green="0.02" blue="0.03" /> <color red="0.2" green="0.02" blue="0.03" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<text string="1"> <text string="1">
<color red="0.0" green="0.0" blue="0.0" /> <color red="0.0" green="0.0" blue="0.0" />
@ -39,11 +45,17 @@
</text> </text>
</element> </element>
<element name="level2" defstate="0"> <element name="level2" defstate="0">
<disk>
<color red="0" green="0" blue="0" />
<bounds x="-0.075" y="-0.075" width="1.15" height="1.15" />
</disk>
<disk state="1"> <disk state="1">
<color red="1.0" green="0.1" blue="0.15" /> <color red="1.0" green="0.1" blue="0.15" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<disk state="0"> <disk state="0">
<color red="0.2" green="0.02" blue="0.03" /> <color red="0.2" green="0.02" blue="0.03" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<text string="2"> <text string="2">
<color red="0.0" green="0.0" blue="0.0" /> <color red="0.0" green="0.0" blue="0.0" />
@ -51,11 +63,17 @@
</text> </text>
</element> </element>
<element name="level3" defstate="0"> <element name="level3" defstate="0">
<disk>
<color red="0" green="0" blue="0" />
<bounds x="-0.075" y="-0.075" width="1.15" height="1.15" />
</disk>
<disk state="1"> <disk state="1">
<color red="1.0" green="0.1" blue="0.15" /> <color red="1.0" green="0.1" blue="0.15" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<disk state="0"> <disk state="0">
<color red="0.2" green="0.02" blue="0.03" /> <color red="0.2" green="0.02" blue="0.03" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<text string="3"> <text string="3">
<color red="0.0" green="0.0" blue="0.0" /> <color red="0.0" green="0.0" blue="0.0" />
@ -63,11 +81,17 @@
</text> </text>
</element> </element>
<element name="level4" defstate="0"> <element name="level4" defstate="0">
<disk>
<color red="0" green="0" blue="0" />
<bounds x="-0.075" y="-0.075" width="1.15" height="1.15" />
</disk>
<disk state="1"> <disk state="1">
<color red="1.0" green="0.1" blue="0.15" /> <color red="1.0" green="0.1" blue="0.15" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<disk state="0"> <disk state="0">
<color red="0.2" green="0.02" blue="0.03" /> <color red="0.2" green="0.02" blue="0.03" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<text string="4"> <text string="4">
<color red="0.0" green="0.0" blue="0.0" /> <color red="0.0" green="0.0" blue="0.0" />
@ -75,11 +99,17 @@
</text> </text>
</element> </element>
<element name="level5" defstate="0"> <element name="level5" defstate="0">
<disk>
<color red="0" green="0" blue="0" />
<bounds x="-0.075" y="-0.075" width="1.15" height="1.15" />
</disk>
<disk state="1"> <disk state="1">
<color red="1.0" green="0.1" blue="0.15" /> <color red="1.0" green="0.1" blue="0.15" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<disk state="0"> <disk state="0">
<color red="0.2" green="0.02" blue="0.03" /> <color red="0.2" green="0.02" blue="0.03" />
<bounds x="0" y="0" width="1" height="1" />
</disk> </disk>
<text string="5"> <text string="5">
<color red="0.0" green="0.0" blue="0.0" /> <color red="0.0" green="0.0" blue="0.0" />