summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-09-26 08:40:47 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-09-26 08:40:47 +0200
commit05b9af367fdc0e398a4bc0101a2b357dcfad0814 (patch)
tree05ef535d8ea1c6b2ea1259ecc68037b5610852bd
parent2887d50408235875aa57ec244af793b3e82c203f (diff)
nmk16.cpp: removed unintendedly committed line
-rw-r--r--src/mame/drivers/nmk16.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/nmk16.cpp b/src/mame/drivers/nmk16.cpp
index 2e2b84da06e..e7034e36d79 100644
--- a/src/mame/drivers/nmk16.cpp
+++ b/src/mame/drivers/nmk16.cpp
@@ -4909,7 +4909,6 @@ void nmk16_state::tdragon3h(machine_config &config)
// It's been verified that by removing them and putting the YM2203 in its place, the game can make use of it.
m_audiocpu->set_addrmap(AS_IO, &nmk16_state::tdragon3h_sound_io_map);
- m_audiocpu->set_vblank_int("screen", FUNC(nmk16_state::irq0_line_assert));
config.device_remove("ymsnd");
config.device_remove("oki1");