diff options
author | 2017-06-14 13:16:29 +1000 | |
---|---|---|
committer | 2017-06-14 13:17:06 +1000 | |
commit | e9b6f4cbf5dd238ea2e81c611eadfe340ca86b04 (patch) | |
tree | 7306d4b8a3a0ff74b5917bebe47d339bcb022486 /src/devices/bus/wangpc/lvc.cpp | |
parent | 05737176f5220092eeaaace7f0b8a80e7f6e7310 (diff) |
another fifty device_mconfig_additions out of the way (nw)
Diffstat (limited to 'src/devices/bus/wangpc/lvc.cpp')
-rw-r--r-- | src/devices/bus/wangpc/lvc.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/devices/bus/wangpc/lvc.cpp b/src/devices/bus/wangpc/lvc.cpp index 2de87dc54bd..e5a0c3e0d44 100644 --- a/src/devices/bus/wangpc/lvc.cpp +++ b/src/devices/bus/wangpc/lvc.cpp @@ -116,7 +116,7 @@ WRITE_LINE_MEMBER( wangpc_lvc_device::vsync_w ) // MACHINE_CONFIG_START( wangpc_lvc ) //------------------------------------------------- -static MACHINE_CONFIG_START( wangpc_lvc ) +MACHINE_CONFIG_MEMBER( wangpc_lvc_device::device_add_mconfig ) MCFG_SCREEN_ADD(SCREEN_TAG, RASTER) MCFG_SCREEN_UPDATE_DEVICE(MC6845_TAG, mc6845_device, screen_update) MCFG_SCREEN_SIZE(80*8, 25*9) @@ -132,17 +132,6 @@ static MACHINE_CONFIG_START( wangpc_lvc ) MACHINE_CONFIG_END -//------------------------------------------------- -// machine_config_additions - device-specific -// machine configurations -//------------------------------------------------- - -machine_config_constructor wangpc_lvc_device::device_mconfig_additions() const -{ - return MACHINE_CONFIG_NAME( wangpc_lvc ); -} - - //************************************************************************** // INLINE HELPERS |