mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +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();
|
||||
|
||||
// capslock
|
||||
if(!ioport("MODS")->read() & 0x1)
|
||||
if(!(ioport("MODS")->read() & 0x1))
|
||||
ret &= ~0x40;
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user