diff options
Diffstat (limited to 'src/devices/bus/cbus/pc9801_118.cpp')
-rw-r--r-- | src/devices/bus/cbus/pc9801_118.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_118.cpp b/src/devices/bus/cbus/pc9801_118.cpp index d28ab186c2c..57d99ff4d29 100644 --- a/src/devices/bus/cbus/pc9801_118.cpp +++ b/src/devices/bus/cbus/pc9801_118.cpp @@ -137,7 +137,7 @@ void pc9801_118_device::device_validity_check(validity_checker &valid) const void pc9801_118_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: |