PLANELINES
for (i = 0; i < PLANELINES; i++)
tv_top = (tv_top + count) % PLANELINES;
tv_top = (tv_top + PLANELINES - count) % PLANELINES;
static uint8_t *tv_row[PLANELINES];
#define PHYSLINE(y) ((tv_top + (y)) % PLANELINES)