summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vii.cpp
diff options
context:
space:
mode:
author David Haywood <mamehaze@gmail.com>2019-03-18 23:50:20 +0000
committer ajrhacker <ajrhacker@users.noreply.github.com>2019-03-18 19:50:20 -0400
commit7cd8162937f2ba4aad6206df52ed77e396259650 (patch)
treeaadd51f4f0391878e17fa64cdda3e883c2ff64b6 /src/mame/drivers/vii.cpp
parentdeacff7ffa214098257f0ea53c247d9aeebecd9f (diff)
machines promoted to WORKING (Popira 2) (#4773)
* some more dirt rebel inputs (nw) * shuffle some code around (nw) * shuffle some code around (nw) * fix controls in Popira 2 * put stuff in better place (nw) * machines promoted to WORKING --- Popira 2 (Japan) [David Haywood, Peter Wilhelmsen, Sean Riddle, ShouTime] * remove old comment (nw)
Diffstat (limited to 'src/mame/drivers/vii.cpp')
-rw-r--r--src/mame/drivers/vii.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vii.cpp b/src/mame/drivers/vii.cpp
index 98567f1c082..c4e4457b661 100644
--- a/src/mame/drivers/vii.cpp
+++ b/src/mame/drivers/vii.cpp
@@ -1220,7 +1220,7 @@ static INPUT_PORTS_START( icanpian )
PORT_BIT( 0x0002, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_CODE(KEYCODE_ASTERISK) PORT_NAME("Tempo Default")
PORT_BIT( 0x0004, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_CODE(KEYCODE_MINUS_PAD) PORT_NAME("Tempo Down")
PORT_BIT( 0x0008, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_CODE(KEYCODE_7_PAD) PORT_NAME("Pause")
- PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_CODE(KEYCODE_8_PAD) PORT_NAME("Metronome") // is one of these the metronome button?
+ PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_KEYBOARD ) PORT_CODE(KEYCODE_8_PAD) PORT_NAME("Metronome")
PORT_BIT( 0x0020, IP_ACTIVE_HIGH, IPT_UNUSED ) // will skip intro scenes etc. like other buttons but no more physical buttons on KB to map here
PORT_BIT( 0xffc0, IP_ACTIVE_HIGH, IPT_UNKNOWN )