mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
One-liner conditional comment nit-picky (nw)
This commit is contained in:
parent
d12737e6f8
commit
2ad21483a8
@ -468,9 +468,9 @@ uint8_t v99x8_device::status_r()
|
|||||||
case 1:
|
case 1:
|
||||||
ret = m_stat_reg[1];
|
ret = m_stat_reg[1];
|
||||||
m_stat_reg[1] &= 0xfe;
|
m_stat_reg[1] &= 0xfe;
|
||||||
|
// mouse mode: add button state
|
||||||
if ((m_cont_reg[8] & 0xc0) == 0x80)
|
if ((m_cont_reg[8] & 0xc0) == 0x80)
|
||||||
// mouse mode: add button state
|
ret |= m_button_state & 0xc0;
|
||||||
ret |= m_button_state & 0xc0;
|
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
/*update_command ();*/
|
/*update_command ();*/
|
||||||
|
Loading…
Reference in New Issue
Block a user