Skip to content

asMSX v.0.19.3

Compare
Choose a tag to compare
@Fubukimaru Fubukimaru released this 01 Nov 19:15
· 212 commits to master since this release

Usage:

  • Segmentation faults due to big strings or missing quotes are now catched and reported with safe_strcat. Thanks to @jamque for reporting!
  • Default verbose level set to 1. New -s (silent) flag added.

Internal:

  • Modularized error and warning reporting functions.
  • Added CI to the repo (Thanks @duhow !)