summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/laser128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/laser128.cpp')
-rw-r--r--src/devices/bus/a2bus/laser128.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/devices/bus/a2bus/laser128.cpp b/src/devices/bus/a2bus/laser128.cpp
index 114d13d6860..1224e6a980a 100644
--- a/src/devices/bus/a2bus/laser128.cpp
+++ b/src/devices/bus/a2bus/laser128.cpp
@@ -21,22 +21,16 @@
DEFINE_DEVICE_TYPE(A2BUS_LASER128, a2bus_laser128_device, "a2laser128", "VTech Laser 128 Internal Device")
-MACHINE_CONFIG_START( a2laser128 )
-MACHINE_CONFIG_END
-
/***************************************************************************
FUNCTION PROTOTYPES
***************************************************************************/
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
+// device_add_mconfig - add device configuration
//-------------------------------------------------
-machine_config_constructor a2bus_laser128_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( a2laser128 );
-}
+MACHINE_CONFIG_MEMBER( a2bus_laser128_device::device_add_mconfig )
+MACHINE_CONFIG_END
//**************************************************************************
// LIVE DEVICE