mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Merge pull request #8292 from cam900/patch-177
joypad2.cpp: Fix pin naming
This commit is contained in:
commit
4dd2b450ad
@ -233,7 +233,7 @@ u8 pce_joypad2_turbo_device::buttons_r()
|
||||
}
|
||||
else // Slow
|
||||
{
|
||||
if (BIT(m_counter, 2)) // OC pin from 74xx163
|
||||
if (BIT(m_counter, 2)) // QC pin from 74xx163
|
||||
ret |= (1 << i);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user