mirror of
https://github.com/holub/mame
synced 2025-05-10 08:12:13 +03:00
Add mem_mask (nw)
This commit is contained in:
parent
34cbab74b4
commit
e6a3a69c22
@ -90,7 +90,7 @@ READ16_MEMBER(tmp68301_device::pdr_r)
|
||||
|
||||
WRITE16_MEMBER(tmp68301_device::pdr_w)
|
||||
{
|
||||
m_out_parallel_cb(0, data & m_pdir, 0xffff);
|
||||
m_out_parallel_cb(0, data & m_pdir, mem_mask);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user