summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/wdc.cpp
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/bus/wangpc/wdc.cpp
parent1b292e1ce25285bda6bd0e955e244aff8ebfdcd5 (diff)
mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starting with j and k (nw)
Diffstat (limited to 'src/devices/bus/wangpc/wdc.cpp')
-rw-r--r--src/devices/bus/wangpc/wdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/wdc.cpp b/src/devices/bus/wangpc/wdc.cpp
index 0f2598541ce..2ad74d8c8fd 100644
--- a/src/devices/bus/wangpc/wdc.cpp
+++ b/src/devices/bus/wangpc/wdc.cpp
@@ -89,7 +89,7 @@ void wangpc_wdc_device::wangpc_wdc_io(address_map &map)
//-------------------------------------------------
-// MACHINE_CONFIG_START( wangpc_wdc )
+// machine_config( wangpc_wdc )
//-------------------------------------------------
void wangpc_wdc_device::device_add_mconfig(machine_config &config)