joypad2.cpp: Fix pin naming

This commit is contained in:
cam900 2021-07-13 23:21:25 +09:00 committed by GitHub
parent 1d7e9c0284
commit a63e52928d
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);
}
}