summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas16a.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-29 20:35:11 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-29 20:35:11 +0100
commit7f4dc2f670c289da93b300d86ef386d711d44b98 (patch)
tree0c910f10dfe8146fa8aa3006d7a009d99fe901d6 /src/mame/drivers/segas16a.cpp
parent01b5c3fb126b695a0b08d00fa0609d9d293b4909 (diff)
src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the tree (nw)
Diffstat (limited to 'src/mame/drivers/segas16a.cpp')
-rw-r--r--src/mame/drivers/segas16a.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/segas16a.cpp b/src/mame/drivers/segas16a.cpp
index 4ee9138801e..6c2e5ce6b8f 100644
--- a/src/mame/drivers/segas16a.cpp
+++ b/src/mame/drivers/segas16a.cpp
@@ -2098,9 +2098,9 @@ void segas16a_state::system16a_no7751p(machine_config &config)
/*
static MACHINE_CONFIG_START( system16a_i8751_no7751 )
system16a_i8751(config);
- MCFG_DEVICE_REMOVE("n7751")
- MCFG_DEVICE_REMOVE("dac")
- MCFG_DEVICE_REMOVE("vref")
+ config.device_remove("n7751");
+ config.device_remove("dac");
+ config.device_remove("vref");
MCFG_DEVICE_REPLACE("ymsnd", YM2151, 4000000)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "speaker", 1.0)