v1.2 (beta)
·
9917 commits
to main
since this release
New features
- added
BUFFERdatatype, with inline definition and loading (with aliasing) - added
IMAGEdatatype, with inline definition and loading (with aliasing); - added
SQR(...)function (square root); - implicit casting from unsigned to signed variables;
- added
TIsystem variable (1/60 seconds from turning on machine); - added implicit
HALTat the end of the program; - added simple
PRINTwith no arguments; - added support for
PUT IMAGEon multicolor bitmap (vic2); - added support for text on bitmap multicolor (vic2);
- added support for
PLOTon bitmap multicolor (vic2); - added support for
IMAGE LOADof multicolor images (vic2); - added preliminary support for MOBs (vic2);
- added current graphic mode (statically) for gtia, ted and vic2;
- updated parser;
- added commands
LOADandSIZE;
Bug fixes
- fixed
EMPTY TILE(atari); - fixed tabulation on printing (vic2,ted,gtia);
- fixed
WAIT KEY(plus4); - fixed zero register usage (plus4);
- fixed get timer (plus4);
- fixed vertical scroll (plus4);
- fixed starting current mode (vic2);
- fixed clippping and resolution for bitmap mode changes (vic2);
- fixed FOR..STEP..NEXT on ending condition;
- fixed irq management during cls (vic2).