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.