Skip to content

Releases: sblendorio/victerm300

v2.1

14 Jan 18:39
bc1d5b7
Compare
Choose a tag to compare

Release notes:

  • Removed 2400 baud support, because on VIC-20 is broken
  • Added two color combos
  • Changing color combo does not clear screen anymore

v2.0

13 Jan 09:43
e2572e0
Compare
Choose a tag to compare

Improvements:

  • Translated BASIC to C
  • Implemented ASCII/PETSCII modes
  • In ASCII mode, chr(12) implements screen cleaning.
  • Possibility to connect at 300 / 600 / 1200 / 2400 baud
  • Beep when receiving chr(7)
  • Toggle B&W / Classic colors.
  • Versions for unexpanded, exp 8k+, exp 3k

v1.0

10 Jan 13:10
1ace1c9
Compare
Choose a tag to compare

Slight improvement on the original vic-modem manual:

  • fixed render bug on 22th screen column
  • using interrupt for producing blinking cursor*
  • translate chr(12) into chr(147) for screen cleaning