summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorLines
2014-12-21update README, deprecate main.cDaniel Friesel-0/+10
2013-10-10document all the variablesDaniel Friesel-3/+30
2013-10-10add preprocessor alias for EEARDaniel Friesel-9/+15
2013-10-09use optimized ADDR -> BYTE code for search ROM as wellDaniel Friesel-20/+37
2013-10-09directly store bit mask in POSDaniel Friesel-10/+7
2013-10-09check !LASTCMD earlierDaniel Friesel-24/+24
2013-10-09HCNT / r30.r31 is not needed (only the low time holds information)Daniel Friesel-25/+11
2013-10-09Improve code documentation (and README)Daniel Friesel-30/+98
2013-10-09use defines for delay functionsDaniel Friesel-27/+24
2013-10-08improve register use readability (usm inline asm features)Daniel Friesel-8/+10
2013-10-08read ROM: improve post-byte code efficiencyDaniel Friesel-31/+44
2013-10-07update documentation commentDaniel Friesel-3/+4
2013-10-07move read-rom back to main now that it also supports search romDaniel Friesel-0/+240
2013-10-05move READ ROM code to separate directoryDaniel Friesel-166/+0
2013-10-04initial commitDaniel Friesel-0/+166