mirror of
https://github.com/holub/mame
synced 2025-05-15 18:32:02 +03:00
(MESS) fixed uninitialized member in src/mess/machine/ecb_grip.c (nw)
This commit is contained in:
parent
6bd6fcf5f2
commit
4eb9370149
@ -728,6 +728,7 @@ void grip5_state::machine_start()
|
||||
void grip_device::device_reset()
|
||||
{
|
||||
m_base = m_j7->read();
|
||||
m_page = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user