summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cedar_magnet_sprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cedar_magnet_sprite.cpp')
-rw-r--r--src/mame/machine/cedar_magnet_sprite.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mame/machine/cedar_magnet_sprite.cpp b/src/mame/machine/cedar_magnet_sprite.cpp
index 939557a6f91..0745fdc37d7 100644
--- a/src/mame/machine/cedar_magnet_sprite.cpp
+++ b/src/mame/machine/cedar_magnet_sprite.cpp
@@ -199,7 +199,7 @@ WRITE8_MEMBER(cedar_magnet_sprite_device::sprite_port9c_w)
// printf("%s:sprite_port9c_w %02x\n", machine().describe_context(), data);
}
-static MACHINE_CONFIG_START( cedar_magnet_sprite )
+MACHINE_CONFIG_MEMBER( cedar_magnet_sprite_device::device_add_mconfig )
MCFG_CPU_ADD("spritecpu", Z80,4000000)
MCFG_CPU_PROGRAM_MAP(cedar_magnet_sprite_map)
MCFG_CPU_IO_MAP(cedar_magnet_sprite_io)
@@ -286,12 +286,6 @@ WRITE8_MEMBER(cedar_magnet_sprite_device::pio2_pb_w)
}
-machine_config_constructor cedar_magnet_sprite_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( cedar_magnet_sprite );
-}
-
-
void cedar_magnet_sprite_device::device_start()
{
}