aboutsummaryrefslogtreecommitdiff
path: root/src/ct1986.c
AgeCommit message (Collapse)Author
46 hoursAttempting Zobrist hashingtslil clingman
46 hoursTrying caching to speed things uptslil clingman
46 hoursShould now play out to the endtslil clingman
46 hoursStarting work on LCD librarytslil clingman
46 hoursSlight fix to game looptslil clingman
46 hoursRenamingtslil clingman
46 hoursVertical line is just incremented %2, i'll have to manually buffertslil clingman
charlcd.c:621 case '\n': /* * flush the remainder of the current line and * go to the beginning of the next line */ for (; priv->addr.x < lcd->bwidth; priv->addr.x++) lcd->ops->write_data(lcd, ' '); priv->addr.x = 0; priv->addr.y = (priv->addr.y + 1) % lcd->height; charlcd_gotoxy(lcd); break;
46 hoursWorking on better output + build system refinementtslil clingman
46 hoursForgot some file argumentstslil clingman
46 hoursCan't stop half-way through turntslil clingman
46 hoursIn-lined as much as a i daretslil clingman
46 hoursClosing in on lcd!tslil clingman
46 hoursCurrently segfaults. Maybe because serial is in use?tslil clingman
46 hoursFirst steps towards character LCDtslil clingman