mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +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:
|
||||
ret = m_stat_reg[1];
|
||||
m_stat_reg[1] &= 0xfe;
|
||||
// mouse mode: add button state
|
||||
if ((m_cont_reg[8] & 0xc0) == 0x80)
|
||||
// mouse mode: add button state
|
||||
ret |= m_button_state & 0xc0;
|
||||
ret |= m_button_state & 0xc0;
|
||||
break;
|
||||
case 2:
|
||||
/*update_command ();*/
|
||||
|
Loading…
Reference in New Issue
Block a user