summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-06-24 18:22:12 +0200
committer hap <happppp@users.noreply.github.com>2021-06-24 18:22:25 +0200
commit974d269980185bfa3bb6a242a86feac0e4b75a99 (patch)
treea48d18f68cf5cc3d13046eed321a28355a0e0616
parent8fef949f1ee759abc9c489f6d4bfdcd88c3c26bb (diff)
neogeo: set initial state of audionmi AND gate
-rw-r--r--src/mame/drivers/neogeo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neogeo.cpp b/src/mame/drivers/neogeo.cpp
index f8aaaa12a66..0c92dc9b0e1 100644
--- a/src/mame/drivers/neogeo.cpp
+++ b/src/mame/drivers/neogeo.cpp
@@ -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);