diff options
Diffstat (limited to 'src/devices/bus/cbus/pc9801_86.cpp')
-rw-r--r-- | src/devices/bus/cbus/pc9801_86.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_86.cpp b/src/devices/bus/cbus/pc9801_86.cpp index 547ddb634a6..7736bf93d95 100644 --- a/src/devices/bus/cbus/pc9801_86.cpp +++ b/src/devices/bus/cbus/pc9801_86.cpp @@ -148,7 +148,7 @@ void pc9801_86_device::device_validity_check(validity_checker &valid) const void pc9801_86_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: |