mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
igs_m027: initialize m_dsw_io_select to 7
This commit is contained in:
parent
c11f2edf6a
commit
10a284b04f
@ -113,7 +113,7 @@ void igs_m027_state::video_start()
|
||||
|
||||
void igs_m027_state::machine_start()
|
||||
{
|
||||
m_dsw_io_select = 0;
|
||||
m_dsw_io_select = 7;
|
||||
m_unk2_write_count = 0;
|
||||
|
||||
save_item(NAME(m_dsw_io_select));
|
||||
|
Loading…
Reference in New Issue
Block a user