Searched refs:ticks_reset_value (Results 1 – 2 of 2) sorted by relevance
287 CHECK_ALLOCATION(machine->tick_functions.ticks_reset_value = (int *) realloc( in machine_add_tickfunction()288 machine->tick_functions.ticks_reset_value, (n+1) * sizeof(int))); in machine_add_tickfunction()307 machine->tick_functions.ticks_reset_value[n] = 1 << tickshift; in machine_add_tickfunction()638 ticks_reset_value[te]; in machine_run()
75 int *ticks_reset_value; member