diff options
Diffstat (limited to 'src/emu/romload.cpp')
-rw-r--r-- | src/emu/romload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/romload.cpp b/src/emu/romload.cpp index 659e6b6c210..6d2dcfec2e9 100644 --- a/src/emu/romload.cpp +++ b/src/emu/romload.cpp @@ -1275,7 +1275,7 @@ void rom_load_manager::normalize_flags_for_device(running_machine &machine, cons endian = ENDIANNESS_BIG; /* set the width */ - buswidth = spaceconfig->m_databus_width; + buswidth = spaceconfig->m_data_width; if (buswidth <= 8) width = 1; else if (buswidth <= 16) |