1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 08:20:51 +01:00

feat(iidx 14-24): Wire up coin mech to IO emulation

This commit is contained in:
icex2 2023-04-02 01:39:37 +02:00 committed by icex2
parent 94c562f17b
commit 22978afc9b

View File

@ -85,7 +85,7 @@ static HRESULT ezusb2_iidx_emu_msg_interrupt_read(struct iobuf *read)
msg_resp.inverted_pad = ((iidx_io_ep2_get_keys() & 0x3FFF) << 16) |
(iidx_io_ep2_get_panel() & 0x0F) |
((iidx_io_ep2_get_sys() & 0x03) << 4) |
((iidx_io_ep2_get_sys() & 0x07) << 4) |
(((iidx_io_ep2_get_sys() >> 2) & 0x01) << 30);
msg_resp.inverted_pad = ~msg_resp.inverted_pad;