summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-17 18:55:37 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-17 18:55:37 +0100
commit67f39948454030bfe3fac43c3a24fc5bf2a2303d (patch)
treeed87e5ceb34d842daddac4b9eeaad9dc9bd77725
parent58624f66d87835e63fb47830a07540948d42c7e0 (diff)
neopcb.cpp: fixed MT07205 (nw)
-rw-r--r--src/mame/drivers/neopcb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neopcb.cpp b/src/mame/drivers/neopcb.cpp
index 389078c3e69..9f1a460ae08 100644
--- a/src/mame/drivers/neopcb.cpp
+++ b/src/mame/drivers/neopcb.cpp
@@ -476,7 +476,7 @@ void neopcb_state::install_common()
m_bank_base = 0;
init_audio();
m_audiocpu->reset();
- init_ym();
+ m_ym->reset();
init_sprites();
}