mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
fixed usage of uninitialized member in grip_device (nw)
happened with prof80
This commit is contained in:
parent
7c97788e2f
commit
e27079c36e
@ -681,6 +681,7 @@ void grip_device::device_reset()
|
||||
{
|
||||
m_base = m_j7->read();
|
||||
m_page = 0;
|
||||
m_lps = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user