summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-23 17:13:21 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-23 17:13:29 -0400
commit190032e0b7e0b3c69f06e7170f7b494fd2659750 (patch)
tree05eb80259bfe8ad0dfff0f933071b941cfa6324e /src
parent0f63fd5c7f68e3a91ee8d652410681021a7482e4 (diff)
wicat: Fix LED state in layout (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/layout/wicat.lay4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/layout/wicat.lay b/src/mame/layout/wicat.lay
index 891b884b79d..d321a637a9f 100644
--- a/src/mame/layout/wicat.lay
+++ b/src/mame/layout/wicat.lay
@@ -3,8 +3,8 @@
<mamelayout version="2">
- <element name="led">
- <disk>
+ <element name="led" defstate="0">
+ <disk state="1">
<color red="1.0" green="0.0" blue="0.0" />
</disk>
</element>