trunk/src/emu/machine/pit8253.c
| r31680 | r31681 | |
| 314 | 314 | int bcd = CTRL_BCD(timer->control); |
| 315 | 315 | int mode = CTRL_MODE(timer->control); |
| 316 | 316 | static const UINT32 CYCLES_NEVER = (0xffffffff); |
| 317 | | UINT32 cycles_to_output = CYCLES_NEVER; |
| 317 | UINT32 cycles_to_output = 0; |
| 318 | 318 | |
| 319 | 319 | LOG2(("pit8253: simulate2(): simulating %d cycles for %d in mode %d, bcd = %d, phase = %d, gate = %d, output %d, value = 0x%04x\n", |
| 320 | 320 | (int)elapsed_cycles, timer->index, mode, bcd, timer->phase, timer->gate, timer->output, timer->value)); |