forked from Dniel97/segatools
Wacca: Coins insert, but releaseing the button inserts 15
This commit is contained in:
parent
cbce2b8084
commit
0c74c1603f
@ -63,8 +63,8 @@ static HRESULT mercury_io4_poll(void *ctx, struct io4_state *state)
|
|||||||
state->buttons[0] |= IO4_BUTTON_SERVICE;
|
state->buttons[0] |= IO4_BUTTON_SERVICE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gamebtn & MERCURY_IO_OPBTN_COIN) {
|
if (opbtn & MERCURY_IO_OPBTN_COIN) {
|
||||||
state->chutes[0] |= 1 << 1; // FIXME: insert coins
|
state->chutes[0] |= 1 << 8; // FIXME: Inserts 15 extra coins on release of button
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gamebtn & MERCURY_IO_GAMEBTN_VOL_UP) {
|
if (gamebtn & MERCURY_IO_GAMEBTN_VOL_UP) {
|
||||||
|
Loading…
Reference in New Issue
Block a user