summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_amd98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_amd98.cpp')
-rw-r--r--src/devices/bus/cbus/pc9801_amd98.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_amd98.cpp b/src/devices/bus/cbus/pc9801_amd98.cpp
index 11e92d8e292..ecb8b9343d8 100644
--- a/src/devices/bus/cbus/pc9801_amd98.cpp
+++ b/src/devices/bus/cbus/pc9801_amd98.cpp
@@ -125,7 +125,7 @@ void pc9801_amd98_device::device_validity_check(validity_checker &valid) const
void pc9801_amd98_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: