Home
last modified time | relevance | path

Searched refs:tframestart (Results 1 – 2 of 2) sorted by last modified time

/dports/emulators/tilem/tilem-2.0/emu/
H A Dgraylcd.c91 glcd->tframestart = tilem_new_atomic(dword, windowsize); in tilem_gray_lcd_new()
99 memset(glcd->tframestart, 0, windowsize * sizeof(dword)); in tilem_gray_lcd_new()
129 tilem_free(glcd->tframestart); in tilem_gray_lcd_free()
189 tbase = glcd->tframestart[glcd->framenum]; in tilem_gray_lcd_get_frame()
190 glcd->tframestart[glcd->framenum] = glcd->t; in tilem_gray_lcd_get_frame()
H A Dgraylcd.h48 dword *tframestart; /* Time at start of frame */ member