pokey: remember m_allpot_r_cb() value

This commit is contained in:
Jürgen Buchmüller 2018-10-21 03:47:49 +02:00
parent 78ac38e4e0
commit c6365e4605

View File

@ -818,7 +818,7 @@ READ8_MEMBER( pokey_device::read )
}
else if( !m_allpot_r_cb.isnull() )
{
data = m_allpot_r_cb(offset);
m_ALLPOT = data = m_allpot_r_cb(offset);
LOG(("%s: POKEY '%s' ALLPOT callback $%02x\n", machine().describe_context(), tag(), data));
}
else