summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_26.cpp
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/cbus/pc9801_26.cpp
parent29825789a8c177387dbcf0c7fd0d2fb55b987e40 (diff)
Pet peeving with extreme prejudice (nw)
Diffstat (limited to 'src/devices/bus/cbus/pc9801_26.cpp')
-rw-r--r--src/devices/bus/cbus/pc9801_26.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_26.cpp b/src/devices/bus/cbus/pc9801_26.cpp
index 7b16eea2d65..b9e2d84eb3d 100644
--- a/src/devices/bus/cbus/pc9801_26.cpp
+++ b/src/devices/bus/cbus/pc9801_26.cpp
@@ -130,7 +130,7 @@ void pc9801_26_device::device_validity_check(validity_checker &valid) const
void pc9801_26_device::install_device(offs_t start, offs_t end, read8_delegate rhandler, write8_delegate whandler)
{
- int buswidth = machine().firstcpu->space_config(AS_IO)->m_databus_width;
+ int buswidth = machine().firstcpu->space_config(AS_IO)->m_data_width;
switch(buswidth)
{
case 8: