Skip to content

Release 14.24

Compare
Choose a tag to compare
@fredrikr fredrikr released this 17 May 18:22
· 35 commits to master since this release

New/changed features:

  • Appended ".prg" to boot file on X16, so it's easily recognizable as an executable file
  • Allow more characters in custom file names, now it's a-z, 0-9 and ".-()[]'"
  • Added option -x to automatically change verb "x" to "examine" in player input. Enabled by default for Infocom games that don't recognize x as a synonym for examine.

Optimizations:

  • Truncated long custom file names to 16 characters for all but X16, so we don't store more characters than necessary

Bugfixes:

  • A z1-z3 game would hang when entering a room where the room object has a newline character in the name
  • Beep on MEGA65 played 40 times too long (~3 s)
  • The pause when doing save or restore on MEGA65 was 40s instead of 1s.