mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
devcb: Fix mistake (nw)
This commit is contained in:
parent
375c7f6294
commit
819199e179
@ -178,7 +178,7 @@ void devcb_read_base::devcb_reset()
|
|||||||
devcb_read_base &devcb_read_base::chain_alloc()
|
devcb_read_base &devcb_read_base::chain_alloc()
|
||||||
{
|
{
|
||||||
// set up the chained callback pointer
|
// set up the chained callback pointer
|
||||||
m_chain.reset(new devcb_read_base(*this));
|
m_chain.reset(new devcb_read_base(device, defmask, true));
|
||||||
return *m_chain;
|
return *m_chain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user