Skip to content

v2.2

Compare
Choose a tag to compare
@spotlessmind1975 spotlessmind1975 released this 15 Jan 23:11
· 22 commits to master since this release

NEW FEATURES

  • added MIDI > IMG conversion utility (midi2imf.php);
  • added audio support for all targets;
  • added multithread support for IMF (Isomorphic Music Format);
  • added soundtrack on every game;
  • added dynamic emulated heap (mr_map_file);
  • added support for busy waitings on protothreads (MR_PTI_WAIT_RUNNING);
  • added access to internal frame start jiffy (MR_PTI_WAIT_RUNNING);
  • added MUSIC demo;

BUG FIXES

  • automake.php:
    • added missing target symbols;
    • fixed issues on library generation for subtypes;
    • added missing loader for plus/4;
    • added support midres demo under vic2024;
    • allow compilation of demos under z88dk;
  • build_programs.sh: better error decoding if not enough resources;
  • target gb: small refactoring;
  • game airattack: optimized subdivisions of tiles;
  • target vic20[24]: fixed jiffies measurement;
  • removed ghosts using mr_tile_moveto_horizontal_monocolor;
  • target c64: fixed vbl limit;
  • target atari: fixed use of tape buffer as local storage for seeking files;
  • game elevator: fixed number of floor related to screen width;