From 34be7d416603f0601877f208e6250dae416a92b2 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 14 Apr 2016 21:20:49 -0400 Subject: 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. --- src/mame/drivers/binbug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/binbug.cpp') diff --git a/src/mame/drivers/binbug.cpp b/src/mame/drivers/binbug.cpp index fa05ab12f59..8abd74a23cd 100644 --- a/src/mame/drivers/binbug.cpp +++ b/src/mame/drivers/binbug.cpp @@ -531,7 +531,7 @@ static MACHINE_CONFIG_START( dg680, dg680_state ) MCFG_CPU_ADD("maincpu",Z80, XTAL_8MHz / 4) MCFG_CPU_PROGRAM_MAP(dg680_mem) MCFG_CPU_IO_MAP(dg680_io) - MCFG_CPU_CONFIG(dg680_daisy_chain) + MCFG_Z80_DAISY_CHAIN(dg680_daisy_chain) /* video hardware */ MCFG_SCREEN_ADD_MONOCHROME("screen", RASTER, rgb_t::amber) -- cgit v1.2.3