summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-03-01 18:01:54 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-03-01 18:01:54 +0100
commit59b4e839b4517334a399df019801cbbeb45f3668 (patch)
tree3dac6541fdfab4eb86c2e883e64193f14ec2e032 /src/devices/imagedev
parent1b292e1ce25285bda6bd0e955e244aff8ebfdcd5 (diff)
mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starting with j and k (nw)
Diffstat (limited to 'src/devices/imagedev')
-rw-r--r--src/devices/imagedev/mfmhd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/mfmhd.cpp b/src/devices/imagedev/mfmhd.cpp
index 6e95fcc9e64..1d6d3574c07 100644
--- a/src/devices/imagedev/mfmhd.cpp
+++ b/src/devices/imagedev/mfmhd.cpp
@@ -205,7 +205,7 @@
This means that when we add a slot (the connector), we also have to
pass the desired parameters for the drive.
- MCFG_MFM_HARDDISK_CONN_ADD(_tag, _slot_intf, _def_slot, _enc, _spinupms, _cache, _format)
+ MFM_HD_CONNECTOR(config, _tag, _slot_intf, _def_slot, _enc, _spinupms, _cache, _format);
Specific parameters: