fixed usage of uninitialized member in grip_device (nw)

happened with prof80
This commit is contained in:
Oliver Stöneberg 2014-10-28 09:46:52 +01:00
parent 7c97788e2f
commit e27079c36e

View File

@ -681,6 +681,7 @@ void grip_device::device_reset()
{
m_base = m_j7->read();
m_page = 0;
m_lps = 0;
}