wacca: io is now part of mercuryhook.dll

This commit is contained in:
2022-08-11 23:58:24 -04:00
committed by Hay1tsme
parent 729a7ec280
commit 929ea862ca
4 changed files with 11 additions and 11 deletions

View File

@ -64,7 +64,7 @@ static HRESULT mercury_io4_poll(void *ctx, struct io4_state *state)
}
if (opbtn & MERCURY_IO_OPBTN_COIN) {
state->chutes[0] += 256; // TODO: Test
state->chutes[0] += 1 << 8; // FIXME: Inserts 1 credit on press, then 15 on release...
}
if (gamebtn & MERCURY_IO_GAMEBTN_VOL_UP) {