Skip to content
Compare
Choose a tag to compare
@agkaminski agkaminski released this 11 Aug 17:47
· 11 commits to master since this release

Minor bugfixes:

  • Fixed mode selection dot blinking. It was caused by constant screen refreshing when waiting for user input. Now only data byte is refreshed and dots are preserved when redrawing,
  • Fixed wrong return address being pushed to stack by JSR_IND macro. On RTS address is incremented by one, JSR_IND wasn't taking this into account.