mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
fixed default value in previous commit (nw)
This commit is contained in:
parent
1338eeff5a
commit
d3f53dc2c5
@ -1835,7 +1835,7 @@ void tmp95c063_device::device_reset()
|
|||||||
{
|
{
|
||||||
m_level[i] = CLEAR_LINE;
|
m_level[i] = CLEAR_LINE;
|
||||||
}
|
}
|
||||||
m_prefetch_clear = false;
|
m_prefetch_clear = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
READ8_MEMBER( tmp95c063_device::internal_r )
|
READ8_MEMBER( tmp95c063_device::internal_r )
|
||||||
|
Loading…
Reference in New Issue
Block a user