Skip to content

v1.2 (beta)

Compare
Choose a tag to compare
@spotlessmind1975 spotlessmind1975 released this 11 Aug 07:30
· 7974 commits to main since this release

New features

  • added BUFFER datatype, with inline definition and loading (with aliasing)
  • added IMAGE datatype, with inline definition and loading (with aliasing);
  • added SQR(...) function (square root);
  • implicit casting from unsigned to signed variables;
  • added TI system variable (1/60 seconds from turning on machine);
  • added implicit HALT at the end of the program;
  • added simple PRINT with no arguments;
  • added support for PUT IMAGE on multicolor bitmap (vic2);
  • added support for text on bitmap multicolor (vic2);
  • added support for PLOT on bitmap multicolor (vic2);
  • added support for IMAGE LOAD of multicolor images (vic2);
  • added preliminary support for MOBs (vic2);
  • added current graphic mode (statically) for gtia, ted and vic2;
  • updated parser;
  • added commands LOAD and SIZE;

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).