diff options
| author | 2017-11-30 10:54:32 +0100 | |
|---|---|---|
| committer | 2017-11-30 12:29:32 +0100 | |
| commit | 7c8a1fa409e62d755ce0fc1b1b772128fd44663f (patch) | |
| tree | d79f48533b4706a3fbdeb38fe987ac3443c56a2d /src/emu/romload.cpp | |
| parent | 29825789a8c177387dbcf0c7fd0d2fb55b987e40 (diff) | |
Pet peeving with extreme prejudice (nw)
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) |
