mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Revert "neogeo: set initial state of audionmi AND gate"
This reverts commit 974d269980
.
This commit is contained in:
parent
1daa04a4d2
commit
0e5ec10b78
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user