summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-10-20 20:13:47 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-10-20 20:13:47 +0200
commit993da932f23d774fa20ec99f8c854b2b0e71da7e (patch)
treeccaa48724af4089eb773d8e29d607bd76385ff4a
parent89dbabd04d00674a0c33d750fb381aba1d8cdf16 (diff)
some drivers: vref device removal validation cleanup
-rw-r--r--src/mame/drivers/harddriv.cpp1
-rw-r--r--src/mame/drivers/m72.cpp1
-rw-r--r--src/mame/drivers/mephisto_mondial.cpp1
-rw-r--r--src/mame/drivers/nbmj8688.cpp1
-rw-r--r--src/mame/drivers/segas16a.cpp4
5 files changed, 0 insertions, 8 deletions
diff --git a/src/mame/drivers/harddriv.cpp b/src/mame/drivers/harddriv.cpp
index 5b8e455a45a..f037aa5e001 100644
--- a/src/mame/drivers/harddriv.cpp
+++ b/src/mame/drivers/harddriv.cpp
@@ -1921,7 +1921,6 @@ void steeltal_board_device_state::device_add_mconfig(machine_config &config) //t
config.device_remove("ds3xdsp");
config.device_remove("ldac");
config.device_remove("rdac");
- config.device_remove("vref");
config.device_remove("lspeaker");
config.device_remove("rspeaker");
diff --git a/src/mame/drivers/m72.cpp b/src/mame/drivers/m72.cpp
index 95aec5fba02..cbadd1ba762 100644
--- a/src/mame/drivers/m72.cpp
+++ b/src/mame/drivers/m72.cpp
@@ -1912,7 +1912,6 @@ void m72_state::rtype(machine_config &config)
config.device_remove("m72");
config.device_remove("dac");
- config.device_remove("vref");
}
void m72_state::m72_xmultipl(machine_config &config)
diff --git a/src/mame/drivers/mephisto_mondial.cpp b/src/mame/drivers/mephisto_mondial.cpp
index 78123916058..66692ec162f 100644
--- a/src/mame/drivers/mephisto_mondial.cpp
+++ b/src/mame/drivers/mephisto_mondial.cpp
@@ -218,7 +218,6 @@ void mephisto_mondial_state::mondial(machine_config &config)
m_maincpu->set_periodic_int(FUNC(mephisto_mondial_state::irq0_line_assert), attotime::from_hz(XTAL(2'000'000) / (1 << 12)));
config.device_remove("dac");
- config.device_remove("vref");
BEEP(config, m_beeper, 2048).add_route(ALL_OUTPUTS, "speaker", 0.25); // measured C7(2093Hz)
}
diff --git a/src/mame/drivers/nbmj8688.cpp b/src/mame/drivers/nbmj8688.cpp
index 408ff2c079d..cb868b7562c 100644
--- a/src/mame/drivers/nbmj8688.cpp
+++ b/src/mame/drivers/nbmj8688.cpp
@@ -2688,7 +2688,6 @@ void nbmj8688_state::barline(machine_config &config)
YM3812(config.replace(), "psg", 20000000/8).add_route(ALL_OUTPUTS, "speaker", 0.35);
config.device_remove("dac");
- config.device_remove("vref");
}
void nbmj8688_state::mbmj_p16bit(machine_config &config)
diff --git a/src/mame/drivers/segas16a.cpp b/src/mame/drivers/segas16a.cpp
index 71f9436f6d0..122a69523e6 100644
--- a/src/mame/drivers/segas16a.cpp
+++ b/src/mame/drivers/segas16a.cpp
@@ -2061,7 +2061,6 @@ void segas16a_state::system16a_no7751(machine_config &config)
config.device_remove("n7751");
config.device_remove("n7751_8243");
config.device_remove("dac");
- config.device_remove("vref");
YM2151(config.replace(), m_ymsnd, 4000000);
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
@@ -2096,7 +2095,6 @@ void segas16a_state::system16a_fd1089a_no7751(machine_config &config)
config.device_remove("n7751");
config.device_remove("dac");
- config.device_remove("vref");
YM2151(config.replace(), m_ymsnd, 4000000);
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
@@ -2109,7 +2107,6 @@ void segas16a_state::system16a_fd1089b_no7751(machine_config &config)
config.device_remove("n7751");
config.device_remove("dac");
- config.device_remove("vref");
YM2151(config.replace(), m_ymsnd, 4000000);
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
@@ -2122,7 +2119,6 @@ void segas16a_state::system16a_fd1094_no7751(machine_config &config)
config.device_remove("n7751");
config.device_remove("dac");
- config.device_remove("vref");
YM2151(config.replace(), m_ymsnd, 4000000);
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);