Skip to content

Commit c166eb1

Browse files
authored
lgtnfght: Removed NMI connection to sound CPU as it does not exist on schematics. The sound is not affected. (#13819)
1 parent e1c1fdf commit c166eb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mame/konami/tmnt2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,6 @@ void tmnt2_state::lgtnfght(machine_config &config)
24682468
K053260(config, m_k053260, XTAL(3'579'545));
24692469
m_k053260->add_route(0, "speaker", 0.70, 0);
24702470
m_k053260->add_route(1, "speaker", 0.70, 1);
2471-
m_k053260->sh1_cb().set(FUNC(tmnt2_state::z80_nmi_w));
24722471
}
24732472

24742473
void tmnt2_state::blswhstl(machine_config &config)

0 commit comments

Comments
 (0)