From 7c8a1fa409e62d755ce0fc1b1b772128fd44663f Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 30 Nov 2017 10:54:32 +0100 Subject: Pet peeving with extreme prejudice (nw) --- src/devices/bus/vme/vme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/bus/vme') diff --git a/src/devices/bus/vme/vme.cpp b/src/devices/bus/vme/vme.cpp index c27f4a44da4..69bc9d90fb8 100644 --- a/src/devices/bus/vme/vme.cpp +++ b/src/devices/bus/vme/vme.cpp @@ -266,7 +266,7 @@ void vme_device::device_start() LOG(" - using owner memory spaces for %s\n", m_cputag); m_maincpu = owner()->subdevice(m_cputag); m_prgspace = &m_maincpu->space(AS_PROGRAM); - m_prgwidth = m_maincpu->space_config(AS_PROGRAM)->m_databus_width; + m_prgwidth = m_maincpu->space_config(AS_PROGRAM)->m_data_width; LOG(" - Done at %d width\n", m_prgwidth); } } -- cgit v1.2.3-70-g09d2