| Previous | 199869 Revisions | Next |
| r26741 Tuesday 24th December, 2013 at 13:53:11 UTC by Couriersud |
|---|
| Fixed a bug preventing memory display of INT8/UINT8 in debugger [Couriersud] |
| [src/emu/debug] | dvmemory.c |
| r26740 | r26741 | |
|---|---|---|
| 491 | 491 | } |
| 492 | 492 | |
| 493 | 493 | // derive total sizes from that |
| 494 | m_total.y = ((UINT64)m_maxaddr - (UINT64)m_byte_offset + (UINT64)m_bytes_per_row - 1) / m_bytes_per_row; | |
| 494 | m_total.y = ((UINT64)m_maxaddr - (UINT64)m_byte_offset + (UINT64)m_bytes_per_row /*- 1*/) / m_bytes_per_row; | |
| 495 | 495 | |
| 496 | 496 | // reset the current cursor position |
| 497 | 497 | set_cursor_pos(pos); |
| Previous | 199869 Revisions | Next |