aloevera icon indicating copy to clipboard operation
aloevera copied to clipboard

Documentation is out of date

Open StewBC opened this issue 4 years ago • 1 comments

I just started taking a look at aloevera. The documentation hasn't been updated.

For example in https://github.com/yeastplume/aloevera/blob/master/docs/ex_001.md, the basic program to set the palette has a line that refers to incorrect entries. 10 POKE $9F20,0:POKE $9F21,$10:POKE $9F22,$1F should read 10 POKE $9F20,0:POKE $9F21,$FA:POKE $9F22,$11 for R37.

StewBC avatar Jul 21 '20 20:07 StewBC