summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rt1715.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-04-14 21:20:49 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-04-14 21:20:49 -0400
commit34be7d416603f0601877f208e6250dae416a92b2 (patch)
tree5e15f2cc717eaff6dbb28c9b94c6377c88d5c566 /src/mame/drivers/rt1715.cpp
parentb5486236918e8565b27e79a99d7c3112f6cff00e (diff)
Eliminate device_t::static_config, a type-unsafe legacy feature.
Rewrite or remove every last instance of MCFG_DEVICE_CONFIG and its two aliases, including within comments and dead code. Make the Z80/Z180 daisy chain an interface that interfaces with the existing interface. Z8000 has been hooked up to this as well (p8000_16 already configures it), but currently does nothing with it.
Diffstat (limited to 'src/mame/drivers/rt1715.cpp')
-rw-r--r--src/mame/drivers/rt1715.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rt1715.cpp b/src/mame/drivers/rt1715.cpp
index 4e8e259192a..680487f7344 100644
--- a/src/mame/drivers/rt1715.cpp
+++ b/src/mame/drivers/rt1715.cpp
@@ -270,7 +270,7 @@ static MACHINE_CONFIG_START( rt1715, rt1715_state )
MCFG_CPU_ADD("maincpu", Z80, XTAL_2_4576MHz)
MCFG_CPU_PROGRAM_MAP(rt1715_mem)
MCFG_CPU_IO_MAP(rt1715_io)
- MCFG_CPU_CONFIG(rt1715_daisy_chain)
+ MCFG_Z80_DAISY_CHAIN(rt1715_daisy_chain)
/* keyboard */