mirror of
https://github.com/holub/mame
synced 2025-06-23 12:58:37 +03:00
kungfur.lay: another small tweak (nw)
This commit is contained in:
parent
a05f80cdd6
commit
e5cf6b2d3b
@ -116,7 +116,7 @@ public:
|
||||
m_cg_count(*this, "cg_count%u", 0U)
|
||||
{ }
|
||||
|
||||
// machine drivers
|
||||
// machine configs
|
||||
void cgang(machine_config &config);
|
||||
|
||||
protected:
|
||||
|
@ -86,7 +86,7 @@ public:
|
||||
m_lamps(*this, "lamp%u", 0U)
|
||||
{ }
|
||||
|
||||
// machine drivers
|
||||
// machine configs
|
||||
void kungfur(machine_config &config);
|
||||
|
||||
protected:
|
||||
|
@ -27,11 +27,17 @@
|
||||
<!-- define level lamps -->
|
||||
|
||||
<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">
|
||||
<color red="1.0" green="0.1" blue="0.15" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="0.2" green="0.02" blue="0.03" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<text string="1">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
@ -39,11 +45,17 @@
|
||||
</text>
|
||||
</element>
|
||||
<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">
|
||||
<color red="1.0" green="0.1" blue="0.15" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="0.2" green="0.02" blue="0.03" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<text string="2">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
@ -51,11 +63,17 @@
|
||||
</text>
|
||||
</element>
|
||||
<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">
|
||||
<color red="1.0" green="0.1" blue="0.15" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="0.2" green="0.02" blue="0.03" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<text string="3">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
@ -63,11 +81,17 @@
|
||||
</text>
|
||||
</element>
|
||||
<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">
|
||||
<color red="1.0" green="0.1" blue="0.15" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="0.2" green="0.02" blue="0.03" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<text string="4">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
@ -75,11 +99,17 @@
|
||||
</text>
|
||||
</element>
|
||||
<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">
|
||||
<color red="1.0" green="0.1" blue="0.15" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<disk state="0">
|
||||
<color red="0.2" green="0.02" blue="0.03" />
|
||||
<bounds x="0" y="0" width="1" height="1" />
|
||||
</disk>
|
||||
<text string="5">
|
||||
<color red="0.0" green="0.0" blue="0.0" />
|
||||
|
Loading…
Reference in New Issue
Block a user