mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
ksys573.cpp: initialized one variable to avoid asserts in drvnoclear builds
This commit is contained in:
parent
aa4451f31d
commit
1a23923741
@ -834,6 +834,7 @@ void ksys573_state::driver_start()
|
||||
|
||||
m_n_security_control = 0;
|
||||
m_control = 0;
|
||||
m_h8_index = 0;
|
||||
|
||||
save_item( NAME( m_n_security_control ) );
|
||||
save_item( NAME( m_control ) );
|
||||
|
Loading…
Reference in New Issue
Block a user