fixed default value in previous commit (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-28 10:00:18 +00:00
parent 1338eeff5a
commit d3f53dc2c5

View File

@ -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 )