summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-11-30 10:54:32 +0100
committer Olivier Galibert <galibert@pobox.com>2017-11-30 12:29:32 +0100
commit7c8a1fa409e62d755ce0fc1b1b772128fd44663f (patch)
treed79f48533b4706a3fbdeb38fe987ac3443c56a2d /src/devices/bus/vme
parent29825789a8c177387dbcf0c7fd0d2fb55b987e40 (diff)
Pet peeving with extreme prejudice (nw)
Diffstat (limited to 'src/devices/bus/vme')
-rw-r--r--src/devices/bus/vme/vme.cpp2
1 files changed, 1 insertions, 1 deletions
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<cpu_device>(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);
}
}