Skip to content

MSXgl 1.5.0 (b)

Latest

Choose a tag to compare

@aoineko-fr aoineko-fr released this 07 Jul 13:01

Main changes

  • [Build tool] Updated embedded SDCC to lastest version 4.6.0
  • [Build tool] Added support ISR install in page #3 using IM2. This allow to freely switch page 0 (RAM or ROM segment with NEO mappers)
  • [Kanji] Add support for Kanji-ROM access. See s_print sample for a use case

Change list

  • [Arkos] Fixed the ability to change buffer address in RAM
  • [BIOS] Added function to play PSG music from BIOS (using compiled MML)
  • [Input] Added a function to read keyboard as a joystick (BIOS-like function)
  • [Input] Split the module into 3 distinct modules: Joystick, Keyboard and Mouse (input still exist to include all 3 modules at once)
  • [JIS] Renamed SJIS module to JIS and added various conversion functions
  • [Doc] Updated source code documentation
  • Various minor fixes...

Full Changelog: v1.4.1...v1.5.0b

Contributors

Thanks to @pvmm, @MI-CHI and all the Discord server users for their contributions.