diff options
author | 2017-11-30 10:54:32 +0100 | |
---|---|---|
committer | 2017-11-30 12:29:32 +0100 | |
commit | 7c8a1fa409e62d755ce0fc1b1b772128fd44663f (patch) | |
tree | d79f48533b4706a3fbdeb38fe987ac3443c56a2d /src/devices/bus/vme | |
parent | 29825789a8c177387dbcf0c7fd0d2fb55b987e40 (diff) |
Pet peeving with extreme prejudice (nw)
Diffstat (limited to 'src/devices/bus/vme')
-rw-r--r-- | src/devices/bus/vme/vme.cpp | 2 |
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); } } |