X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=lib%2Fhachti%2Frecipe%2Fhachti.recipe;h=59d9d1b07d2d9d7965dd26ae0a98cbcbde8fd246;hb=23208140e9463411bf374e1cdba7b75e755d0860;hp=d6e4f197667839b63bd8333fec89888bb818eecb;hpb=cd1f85ce2ff24ee972445cf73b746b3b00c7e092;p=h316.git diff --git a/lib/hachti/recipe/hachti.recipe b/lib/hachti/recipe/hachti.recipe index d6e4f19..59d9d1b 100644 --- a/lib/hachti/recipe/hachti.recipe +++ b/lib/hachti/recipe/hachti.recipe @@ -1,22 +1,22 @@ # Graphics games -#obj/BOX -#obj/SQUARE + obj/BOX + obj/SQUARE # Text driver -#obj/PL$TXT +obj/PL$TXT # Movement driver obj/PL$MV # Matrix operations -#obj/MATRIX +obj/MATRIX # Low level pulse motion driver obj/PL$U # Text Font (Selected in makefile) -#obj/PL$FNT +obj/PL$FNT # Matrix debug obj/PMAT @@ -24,3 +24,5 @@ obj/PMAT # Integer output obj/OCT +# Teletype IO +obj/TT$IN