mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
fix likely typo shown by Clang (nw)
This commit is contained in:
parent
6bffcc2984
commit
cac74174d8
@ -37,7 +37,7 @@ READ8_MEMBER( stereo_fx_device::p3_r )
|
||||
|
||||
WRITE8_MEMBER( stereo_fx_device::p3_w )
|
||||
{
|
||||
m_t1 = (data & 0x20)&&1;
|
||||
m_t1 = (data & 0x20)&1;
|
||||
}
|
||||
|
||||
WRITE8_MEMBER( stereo_fx_device::dev_host_irq_w )
|
||||
|
Loading…
Reference in New Issue
Block a user