mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
Thanks clang (nw)
This commit is contained in:
parent
1ab433bb99
commit
2cf1249fa5
@ -235,7 +235,7 @@ u8 mackbd_device::p0_r()
|
|||||||
ret &= m_col[0]->read();
|
ret &= m_col[0]->read();
|
||||||
|
|
||||||
// capslock
|
// capslock
|
||||||
if(!ioport("MODS")->read() & 0x1)
|
if(!(ioport("MODS")->read() & 0x1))
|
||||||
ret &= ~0x40;
|
ret &= ~0x40;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user