| Previous | 199869 Revisions | Next |
| r21093 Friday 15th February, 2013 at 18:02:43 UTC by Oliver Stöneberg |
|---|
| fixed unfixed uninitialized variables in src/mess/machine/terminal.c (nw) |
| [src/mess/machine] | terminal.c |
| r21092 | r21093 | |
|---|---|---|
| 351 | 351 | void generic_terminal_device::device_reset() |
| 352 | 352 | { |
| 353 | 353 | clear(); |
| 354 | m_framecnt = 0; | |
| 354 | 355 | //m_timer->adjust(attotime::from_hz(2400), 0, attotime::from_hz(2400)); |
| 355 | 356 | } |
| 356 | 357 |
| Previous | 199869 Revisions | Next |