mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
joypad2.cpp: Fix pin naming
This commit is contained in:
parent
1d7e9c0284
commit
a63e52928d
@ -233,7 +233,7 @@ u8 pce_joypad2_turbo_device::buttons_r()
|
|||||||
}
|
}
|
||||||
else // Slow
|
else // Slow
|
||||||
{
|
{
|
||||||
if (BIT(m_counter, 2)) // OC pin from 74xx163
|
if (BIT(m_counter, 2)) // QC pin from 74xx163
|
||||||
ret |= (1 << i);
|
ret |= (1 << i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user