neogeo: set initial state of audionmi AND gate

This commit is contained in:
hap 2021-06-24 18:22:12 +02:00
parent 8fef949f1e
commit 974d269980

View File

@ -1948,7 +1948,7 @@ void neogeo_base_state::neogeo_base(machine_config &config)
NEOGEO_SPRITE_OPTIMZIED(config, m_sprgen, 0).set_screen(m_screen);
/* audio hardware */
INPUT_MERGER_ALL_HIGH(config, m_audionmi);
INPUT_MERGER_ALL_HIGH(config, m_audionmi).initial_state(~u32(3));
m_audionmi->output_handler().set_inputline(m_audiocpu, INPUT_LINE_NMI);
GENERIC_LATCH_8(config, m_soundlatch);