some drivers: vref device removal validation cleanup
This commit is contained in:
parent
89dbabd04d
commit
993da932f2
@ -1921,7 +1921,6 @@ void steeltal_board_device_state::device_add_mconfig(machine_config &config) //t
|
|||||||
config.device_remove("ds3xdsp");
|
config.device_remove("ds3xdsp");
|
||||||
config.device_remove("ldac");
|
config.device_remove("ldac");
|
||||||
config.device_remove("rdac");
|
config.device_remove("rdac");
|
||||||
config.device_remove("vref");
|
|
||||||
config.device_remove("lspeaker");
|
config.device_remove("lspeaker");
|
||||||
config.device_remove("rspeaker");
|
config.device_remove("rspeaker");
|
||||||
|
|
||||||
|
@ -1912,7 +1912,6 @@ void m72_state::rtype(machine_config &config)
|
|||||||
|
|
||||||
config.device_remove("m72");
|
config.device_remove("m72");
|
||||||
config.device_remove("dac");
|
config.device_remove("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void m72_state::m72_xmultipl(machine_config &config)
|
void m72_state::m72_xmultipl(machine_config &config)
|
||||||
|
@ -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)));
|
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("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
BEEP(config, m_beeper, 2048).add_route(ALL_OUTPUTS, "speaker", 0.25); // measured C7(2093Hz)
|
BEEP(config, m_beeper, 2048).add_route(ALL_OUTPUTS, "speaker", 0.25); // measured C7(2093Hz)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2688,7 +2688,6 @@ void nbmj8688_state::barline(machine_config &config)
|
|||||||
YM3812(config.replace(), "psg", 20000000/8).add_route(ALL_OUTPUTS, "speaker", 0.35);
|
YM3812(config.replace(), "psg", 20000000/8).add_route(ALL_OUTPUTS, "speaker", 0.35);
|
||||||
|
|
||||||
config.device_remove("dac");
|
config.device_remove("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void nbmj8688_state::mbmj_p16bit(machine_config &config)
|
void nbmj8688_state::mbmj_p16bit(machine_config &config)
|
||||||
|
@ -2061,7 +2061,6 @@ void segas16a_state::system16a_no7751(machine_config &config)
|
|||||||
config.device_remove("n7751");
|
config.device_remove("n7751");
|
||||||
config.device_remove("n7751_8243");
|
config.device_remove("n7751_8243");
|
||||||
config.device_remove("dac");
|
config.device_remove("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
|
|
||||||
YM2151(config.replace(), m_ymsnd, 4000000);
|
YM2151(config.replace(), m_ymsnd, 4000000);
|
||||||
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
|
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("n7751");
|
||||||
config.device_remove("dac");
|
config.device_remove("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
|
|
||||||
YM2151(config.replace(), m_ymsnd, 4000000);
|
YM2151(config.replace(), m_ymsnd, 4000000);
|
||||||
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
|
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("n7751");
|
||||||
config.device_remove("dac");
|
config.device_remove("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
|
|
||||||
YM2151(config.replace(), m_ymsnd, 4000000);
|
YM2151(config.replace(), m_ymsnd, 4000000);
|
||||||
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
|
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("n7751");
|
||||||
config.device_remove("dac");
|
config.device_remove("dac");
|
||||||
config.device_remove("vref");
|
|
||||||
|
|
||||||
YM2151(config.replace(), m_ymsnd, 4000000);
|
YM2151(config.replace(), m_ymsnd, 4000000);
|
||||||
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
|
m_ymsnd->add_route(ALL_OUTPUTS, "speaker", 1.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user