| Previous | 199869 Revisions | Next |
| r35117 Wednesday 18th February, 2015 at 17:42:49 UTC by Vasantha Crabb |
|---|
| Fix debugger crash when setting bytes per chunk to more than current bytes per line |
| [src/emu/debug] | dvmemory.c |
| r243628 | r243629 | |
|---|---|---|
| 749 | 749 | |
| 750 | 750 | m_bytes_per_chunk = chunkbytes; |
| 751 | 751 | m_chunks_per_row = m_bytes_per_row / chunkbytes; |
| 752 | if (m_chunks_per_row < 1) | |
| 753 | m_chunks_per_row = 1; | |
| 752 | 754 | m_recompute = m_update_pending = true; |
| 753 | 755 | |
| 754 | 756 | pos.m_shift += 8 * ((pos.m_address % m_bytes_per_chunk) ^ ((source.m_endianness == ENDIANNESS_LITTLE) ? 0 : (m_bytes_per_chunk - 1))); |
| https://github.com/mamedev/mame/commit/58960a48c1c2c94d22d7dea8dc3fd8289d1e1bc3 |
| Previous | 199869 Revisions | Next |