Revision 6ee093c9 hw/baum.c

b/hw/baum.c
335 335
        int i;
336 336

  
337 337
        /* Allow 100ms to complete the DisplayData packet */
338
        qemu_mod_timer(baum->cellCount_timer, qemu_get_clock(vm_clock) + ticks_per_sec / 10);
338
        qemu_mod_timer(baum->cellCount_timer, qemu_get_clock(vm_clock) +
339
                       get_ticks_per_sec() / 10);
339 340
        for (i = 0; i < baum->x * baum->y ; i++) {
340 341
            EAT(c);
341 342
            cells[i] = c;

Also available in: Unified diff