Revert "neogeo: set initial state of audionmi AND gate"

This reverts commit 974d269980.
This commit is contained in:
hap 2021-06-25 12:20:35 +02:00
parent 1daa04a4d2
commit 0e5ec10b78

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).initial_state(~u32(3));
INPUT_MERGER_ALL_HIGH(config, m_audionmi);
m_audionmi->output_handler().set_inputline(m_audiocpu, INPUT_LINE_NMI);
GENERIC_LATCH_8(config, m_soundlatch);