mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
pokey: remember m_allpot_r_cb() value
This commit is contained in:
parent
78ac38e4e0
commit
c6365e4605
@ -818,7 +818,7 @@ READ8_MEMBER( pokey_device::read )
|
|||||||
}
|
}
|
||||||
else if( !m_allpot_r_cb.isnull() )
|
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));
|
LOG(("%s: POKEY '%s' ALLPOT callback $%02x\n", machine().describe_context(), tag(), data));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user