Previous 199869 Revisions Next

r31681 Sunday 17th August, 2014 at 15:52:02 UTC by hap
fix regression
[src/emu/machine]pit8253.c

trunk/src/emu/machine/pit8253.c
r31680r31681
314314   int bcd = CTRL_BCD(timer->control);
315315   int mode = CTRL_MODE(timer->control);
316316   static const UINT32 CYCLES_NEVER = (0xffffffff);
317   UINT32 cycles_to_output = CYCLES_NEVER;
317   UINT32 cycles_to_output = 0;
318318
319319   LOG2(("pit8253: simulate2(): simulating %d cycles for %d in mode %d, bcd = %d, phase = %d, gate = %d, output %d, value = 0x%04x\n",
320320         (int)elapsed_cycles, timer->index, mode, bcd, timer->phase, timer->gate, timer->output, timer->value));

Previous 199869 Revisions Next


© 1997-2024 The MAME Team