summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tiki100/8088.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tiki100/8088.cpp')
-rw-r--r--src/devices/bus/tiki100/8088.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/devices/bus/tiki100/8088.cpp b/src/devices/bus/tiki100/8088.cpp
index 4f4a3ecdf98..3b46be60875 100644
--- a/src/devices/bus/tiki100/8088.cpp
+++ b/src/devices/bus/tiki100/8088.cpp
@@ -65,24 +65,13 @@ ADDRESS_MAP_END
// MACHINE_CONFIG_START( tiki100_8088 )
//-------------------------------------------------
-static MACHINE_CONFIG_START( tiki100_8088 )
+MACHINE_CONFIG_MEMBER( tiki100_8088_device::device_add_mconfig )
MCFG_CPU_ADD(I8088_TAG, I8088, 6000000)
MCFG_CPU_PROGRAM_MAP(i8088_mem)
MCFG_CPU_IO_MAP(i8088_io)
MACHINE_CONFIG_END
-//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
-//-------------------------------------------------
-
-machine_config_constructor tiki100_8088_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( tiki100_8088 );
-}
-
-
//**************************************************************************
// LIVE DEVICE