summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2008-10-22 22:42:59 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2008-10-22 22:42:59 +0000
commit190d129d241342a8b880622a2f9529272541762d (patch)
tree953c6dc0ec18f3db2a68332d6cf0497267cf1262
parent4cb699ad06ba2917fc0e63447a4f7ee9b6d080cb (diff)
Quick bug fix for Mirage.
-rw-r--r--src/mame/drivers/mirage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mirage.c b/src/mame/drivers/mirage.c
index e6cfd81eb20..d45c3e16cb7 100644
--- a/src/mame/drivers/mirage.c
+++ b/src/mame/drivers/mirage.c
@@ -279,7 +279,7 @@ static INPUT_PORTS_START( mirage )
PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_MAHJONG_M )
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_MAHJONG_KAN )
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_START1 )
- PORT_BIT( 0xffc0, IP_ACTIVE_LOW, IPT_START1 )
+ PORT_BIT( 0xffc0, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("KEY1")
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_MAHJONG_C )