Fix for MT bug #4096
This commit is contained in:
parent
a23dc5167e
commit
50dcbb6222
@ -1776,10 +1776,9 @@ static WRITE16_HANDLER( sjryuko_custom_io_w )
|
||||
{
|
||||
case 0x0000/2:
|
||||
if (((state->mj_last_val ^ data) & 4) && (data & 4))
|
||||
{
|
||||
state->mj_input_num = (state->mj_input_num + 1) % 6;
|
||||
state->mj_last_val = data;
|
||||
}
|
||||
|
||||
state->mj_last_val = data;
|
||||
break;
|
||||
}
|
||||
standard_io_w(space, offset, data, mem_mask);
|
||||
|
Loading…
Reference in New Issue
Block a user