| Previous | 199869 Revisions | Next |
| r34036 Tuesday 23rd December, 2014 at 22:32:51 UTC by Robbbert |
|---|
| debug: reverted dasm window change. (nw) |
| [src/emu/debug] | debugcpu.c |
| r242547 | r242548 | |
|---|---|---|
| 1731 | 1731 | // check for periodic updates |
| 1732 | 1732 | if (&m_device == global->visiblecpu && osd_ticks() > global->last_periodic_update_time + osd_ticks_per_second()/4) |
| 1733 | 1733 | { |
| 1734 | m_device.machine().debug_view().update_all | |
| 1734 | m_device.machine().debug_view().update_all(); | |
| 1735 | 1735 | m_device.machine().debug_view().flush_osd_updates(); |
| 1736 | 1736 | global->last_periodic_update_time = osd_ticks(); |
| 1737 | 1737 | } |
| https://github.com/mamedev/mame/commit/d90f5edfe59c57f9bb4d5687b13e08788d1a41b5 |
| Previous | 199869 Revisions | Next |