mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
neogeo: set initial state of audionmi AND gate
This commit is contained in:
parent
8fef949f1e
commit
974d269980
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user