mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +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() )
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user