Skip to content

MSXgl v0.3.4 Alpha

Compare
Choose a tag to compare
@aoineko-fr aoineko-fr released this 24 Apr 15:30
· 643 commits to main since this release

Change log:

  • [Arkos] Added full fonctionnal Arkos Tracker's replayers (thanks to Targhan):
    • AKG (generic): The classic player. Good balance between speed and memory.
    • AKY (fast): Fastest player (but the music is also bigger).
    • AKM (minimalist): Smallest player (but slower).
    • Added a sample program to demonstrate Arkos replayer usage (s_arkos).
  • [BIOS] Added keyboard reading functions.
  • [Input] Added an optional full keyboard rows update and quick reading functions (for no BIOS environment).
  • [Sample] Various cleaning and fixs on sample programs.
  • [BuildTool]:
    • Fixed compile script (fixed mapper segments option and added support for .s assembler source file).
    • Added SDCC headers directory to include path.
  • [Doc] Updated code documentation (see /engine/doc/html/index.html)

Full Changelog: v0.3.3-alpha...v0.3.4-alpha