summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/prestige.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/prestige.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/prestige.cpp')
-rw-r--r--src/mame/drivers/prestige.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/prestige.cpp b/src/mame/drivers/prestige.cpp
index ebea2c78cce..93f9527b02e 100644
--- a/src/mame/drivers/prestige.cpp
+++ b/src/mame/drivers/prestige.cpp
@@ -837,7 +837,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(prestige_state::princ)
prestige_base(config);
- MCFG_DEVICE_REMOVE("cartslot")
+ config.device_remove("cartslot");
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "princ_cart")
MCFG_SOFTWARE_LIST_ADD("cart_list", "princ")
MACHINE_CONFIG_END