diff options
author | 2019-03-01 18:01:54 +0100 | |
---|---|---|
committer | 2019-03-01 18:01:54 +0100 | |
commit | 59b4e839b4517334a399df019801cbbeb45f3668 (patch) | |
tree | 3dac6541fdfab4eb86c2e883e64193f14ec2e032 /src/devices/bus/wangpc/mvc.cpp | |
parent | 1b292e1ce25285bda6bd0e955e244aff8ebfdcd5 (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/mvc.cpp')
-rw-r--r-- | src/devices/bus/wangpc/mvc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/wangpc/mvc.cpp b/src/devices/bus/wangpc/mvc.cpp index fbe4db1fe4a..af78d16cc29 100644 --- a/src/devices/bus/wangpc/mvc.cpp +++ b/src/devices/bus/wangpc/mvc.cpp @@ -133,7 +133,7 @@ WRITE_LINE_MEMBER( wangpc_mvc_device::vsync_w ) } //------------------------------------------------- -// MACHINE_CONFIG_START( wangpc_mvc ) +// machine_config( wangpc_mvc ) //------------------------------------------------- void wangpc_mvc_device::device_add_mconfig(machine_config &config) |