mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +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_prefetch_clear = false;
|
||||
m_prefetch_clear = true;
|
||||
}
|
||||
|
||||
READ8_MEMBER( tmp95c063_device::internal_r )
|
||||
|
Loading…
Reference in New Issue
Block a user