summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/epson_sio/pf10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/epson_sio/pf10.cpp')
-rw-r--r--src/devices/bus/epson_sio/pf10.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/devices/bus/epson_sio/pf10.cpp b/src/devices/bus/epson_sio/pf10.cpp
index da8cb5463b5..16eb89c988a 100644
--- a/src/devices/bus/epson_sio/pf10.cpp
+++ b/src/devices/bus/epson_sio/pf10.cpp
@@ -56,15 +56,14 @@ const tiny_rom_entry *epson_pf10_device::device_rom_region() const
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
+// device_add_mconfig - add device configuration
//-------------------------------------------------
static SLOT_INTERFACE_START( pf10_floppies )
SLOT_INTERFACE( "smd165", EPSON_SMD_165 )
SLOT_INTERFACE_END
-static MACHINE_CONFIG_START( pf10 )
+MACHINE_CONFIG_MEMBER( epson_pf10_device::device_add_mconfig )
MCFG_CPU_ADD("maincpu", HD6303Y, XTAL_4_9152MHz) // HD63A03XF
MCFG_CPU_PROGRAM_MAP(cpu_mem)
MCFG_CPU_IO_MAP(cpu_io)
@@ -78,11 +77,6 @@ static MACHINE_CONFIG_START( pf10 )
MCFG_EPSON_SIO_PIN(DEVWRITELINE(DEVICE_SELF, epson_pf10_device, pinc_w))
MACHINE_CONFIG_END
-machine_config_constructor epson_pf10_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( pf10 );
-}
-
//**************************************************************************
// LIVE DEVICE