summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/memexp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2017-06-14 21:45:37 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2017-06-14 21:45:37 +0200
commit60ceaff4385fa7dfa523c8d8750ea7a20bc60e56 (patch)
tree24bc94fcfcd85e147f22072dba99d949e7a0aaf0 /src/devices/bus/vtech/memexp
parentf6d548e856cd17270cb7e13b923ff8ef539d31c9 (diff)
finally got rid of machine_mconfig_additions (nw)
Diffstat (limited to 'src/devices/bus/vtech/memexp')
-rw-r--r--src/devices/bus/vtech/memexp/floppy.cpp3
-rw-r--r--src/devices/bus/vtech/memexp/rs232.cpp3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/bus/vtech/memexp/floppy.cpp b/src/devices/bus/vtech/memexp/floppy.cpp
index 86ce0d7a349..1da61c4d468 100644
--- a/src/devices/bus/vtech/memexp/floppy.cpp
+++ b/src/devices/bus/vtech/memexp/floppy.cpp
@@ -41,8 +41,7 @@ const tiny_rom_entry *vtech_floppy_controller_device::device_rom_region() const
}
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
+// device_add_mconfig - add device configuration
//-------------------------------------------------
static SLOT_INTERFACE_START( laser_floppies )
diff --git a/src/devices/bus/vtech/memexp/rs232.cpp b/src/devices/bus/vtech/memexp/rs232.cpp
index 0b51ccbcad6..b606c391679 100644
--- a/src/devices/bus/vtech/memexp/rs232.cpp
+++ b/src/devices/bus/vtech/memexp/rs232.cpp
@@ -31,8 +31,7 @@ const tiny_rom_entry *vtech_rs232_interface_device::device_rom_region() const
}
//-------------------------------------------------
-// machine_config_additions - device-specific
-// machine configurations
+// device_add_mconfig - add device configuration
//-------------------------------------------------
MACHINE_CONFIG_MEMBER( vtech_rs232_interface_device::device_add_mconfig )