diff options
| author | 2008-02-13 08:26:19 +0000 | |
|---|---|---|
| committer | 2008-02-13 08:26:19 +0000 | |
| commit | bba8baef1a35a9438b8e14e4c5951c8a8d7d1c60 (patch) | |
| tree | 44db87ac7b84cf70952b14822e5b84edf227339c | |
| parent | 74015ed586d422c6076df2a517f2ccce006f1257 (diff) | |
From: abcd efgh [mailto:cix_999@yahoo.it]
Subject: fixed pwrinst2_0122u8gra
Hi, i've fixed the mametester bug pwrinst2_0122u8gra caused by me in the last clean made (sorry, sorry, sorry .......),
and in according what is wrote in the drive of taplan2 about sstriker and kingdmgp "update the above two look like genuine
Korean release boards, Raizing probably just missed a few things" i have swapped this world set as the original one (only
if you're agree of course).
| -rw-r--r-- | src/mame/drivers/cave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cave.c b/src/mame/drivers/cave.c index 1dc21f85994..bc4fc493963 100644 --- a/src/mame/drivers/cave.c +++ b/src/mame/drivers/cave.c @@ -1672,7 +1672,7 @@ static INPUT_PORTS_START( metmqstr ) PORT_MODIFY("IN0") // IN0 - Player 1 PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER(1) - PORT_MODIFY("IN0") // IN1 - Player 2 + PORT_MODIFY("IN1") // IN1 - Player 2 PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER(2) INPUT_PORTS_END |
