| Previous | 199869 Revisions | Next |
| r31207 Sunday 6th July, 2014 at 21:55:10 UTC by Oliver Stöneberg |
|---|
| small optimization to scc8530_t::device_timer() (nw) |
| [src/emu/machine] | 8530scc.c |
| r31206 | r31207 | |
|---|---|---|
| 142 | 142 | // reset timer according to current register values |
| 143 | 143 | if (rate) |
| 144 | 144 | { |
| 145 | timer.adjust(attotime::from_hz(rate), 0, attotime::from_hz(rate)); | |
| 145 | attotime attorate = attotime::from_hz(rate); | |
| 146 | timer.adjust(attorate, 0, attorate); | |
| 146 | 147 | } |
| 147 | 148 | else |
| 148 | 149 | { |
| Previous | 199869 Revisions | Next |