rfslotsmcs48: remove confusing comment, (g1&g2)==0 is not (g1==0)&&(g2==0)

This commit is contained in:
hap 2025-04-25 14:34:45 +02:00
parent 0f6cfc337a
commit 3a8f161621

View File

@ -553,7 +553,7 @@ void rfslotsmcs48_state::hopper_decode()
*/
u8 res = 0xff;
if(!BIT(m_hdecode, 0, 2)) // g1&g2=0
if(!BIT(m_hdecode, 0, 2)) // active low
{
u8 a, b, c, d;
d = BIT(m_maincpu->p1_r(), 6);