summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-08-15 15:41:22 +0200
committer hap <happppp@users.noreply.github.com>2019-08-15 15:41:37 +0200
commit6374f364c25cae4b90e598b449f77c6f51545600 (patch)
tree91a44dea18a152302f1598198b3e9cda92eb2b42 /src/mame/layout
parentcbd272057de3044a44d2bf10f29bd136db27573a (diff)
mm2: add RES buttons (nw)
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/mephisto_bup.lay6
-rw-r--r--src/mame/layout/mephisto_mm2.lay6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/mame/layout/mephisto_bup.lay b/src/mame/layout/mephisto_bup.lay
index 1220c19ef35..2f96565a566 100644
--- a/src/mame/layout/mephisto_bup.lay
+++ b/src/mame/layout/mephisto_bup.lay
@@ -514,6 +514,12 @@
<bounds x="94" y="98" width="4" height="4" /><color alpha="0.25" />
</bezel>
+ <bezel element="keys" inputtag="RESET" inputmask="0x01"> <!-- RES -->
+ <bounds x="69" y="103" width="4" height="4" /><color alpha="0.25" />
+ </bezel>
+ <bezel element="keys" inputtag="RESET" inputmask="0x02"> <!-- RES -->
+ <bounds x="74" y="103" width="4" height="4" /><color alpha="0.25" />
+ </bezel>
<bezel element="keys" inputtag="KEY2_2" inputmask="0x80"> <!-- BEST -->
<bounds x="79" y="103" width="4" height="4" /><color alpha="0.25" />
</bezel>
diff --git a/src/mame/layout/mephisto_mm2.lay b/src/mame/layout/mephisto_mm2.lay
index bca71b00723..910f3de6a71 100644
--- a/src/mame/layout/mephisto_mm2.lay
+++ b/src/mame/layout/mephisto_mm2.lay
@@ -523,6 +523,12 @@
<bounds x="94" y="98" width="4" height="4" /><color alpha="0.25" />
</bezel>
+ <bezel element="keys" inputtag="RESET" inputmask="0x01"> <!-- RES -->
+ <bounds x="69" y="103" width="4" height="4" /><color alpha="0.25" />
+ </bezel>
+ <bezel element="keys" inputtag="RESET" inputmask="0x02"> <!-- RES -->
+ <bounds x="74" y="103" width="4" height="4" /><color alpha="0.25" />
+ </bezel>
<bezel element="keys" inputtag="KEY2_2" inputmask="0x80"> <!-- G7 -->
<bounds x="79" y="103" width="4" height="4" /><color alpha="0.25" />
</bezel>