summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti74.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-01-30 17:51:36 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-01-30 17:51:36 +0100
commitb166ec2cff2566d0ae2a2bce04c298e89966c81a (patch)
treed486d4b17080e7b3f68ada755748a6dda1b66407 /src/mame/drivers/ti74.cpp
parent7fd14ecc7d787c2851e109164a0886448cb48666 (diff)
emu\softlist_dev: removed MCFG macros (nw)
also removed MCFG_DEVICE_REMOVE, MCFG_QUANTUM_TIME and MCFG_QUANTUM_PERFECT_CPU (nw)
Diffstat (limited to 'src/mame/drivers/ti74.cpp')
-rw-r--r--src/mame/drivers/ti74.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ti74.cpp b/src/mame/drivers/ti74.cpp
index fe052f1d4d2..0a4cc41273f 100644
--- a/src/mame/drivers/ti74.cpp
+++ b/src/mame/drivers/ti74.cpp
@@ -550,7 +550,7 @@ MACHINE_CONFIG_START(ti74_state::ti74)
MCFG_GENERIC_EXTENSIONS("bin,rom,256")
MCFG_GENERIC_LOAD(ti74_state, ti74_cartridge)
- MCFG_SOFTWARE_LIST_ADD("cart_list", "ti74_cart")
+ SOFTWARE_LIST(config, "cart_list").set_original("ti74_cart");
MACHINE_CONFIG_END
MACHINE_CONFIG_START(ti74_state::ti95)
@@ -585,7 +585,7 @@ MACHINE_CONFIG_START(ti74_state::ti95)
MCFG_GENERIC_EXTENSIONS("bin,rom,256")
MCFG_GENERIC_LOAD(ti74_state, ti74_cartridge)
- MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart")
+ SOFTWARE_LIST(config, "cart_list").set_original("ti95_cart");
MACHINE_CONFIG_END