Merge pull request #8292 from cam900/patch-177

joypad2.cpp: Fix pin naming
This commit is contained in:
ajrhacker 2021-07-13 10:31:34 -04:00 committed by GitHub
commit 4dd2b450ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}