Skip to content

Releases: mist64/ccgmsterm

CCGMS Future 0.2

20 Mar 16:25
Compare
Choose a tag to compare
  • Added support for a software 80 column screen mode
    • F8 now cycles: 40c PETSCII -> 40c ASCII -> 80c PETSCII -> 80c ASCII
    • All menus, transfers etc. temporarily switch back to 40 col screen. The 80 column contents will be preserved when temporarily switching.
    • In 80 color ASCII mode, the characters ^_`{|}~ are available, matching ASCII (unlike 40 col ASCII).
  • Fixed ASCII-PETSCII conversion of codes 0x60 and 0x7B
  • Changed some wording to be clearer (imho):
    • "Graphics" and "C/G" to "PETSCII"
    • "Anscii" to "ASCII"
    • "Author's Message" to "Instructions"
  • Internal changes
    • rewrote RS232 driver model
    • cleaned up code memory layout

Additional changes since CCGMS 2021:

  • Fixed timing for PAL in User Port and UP9600 drivers
  • Implemented XMODEM-1K
  • XMODEM-CRC autodetect on upload

CCGMS Future 0.1

25 Feb 14:34
Compare
Choose a tag to compare

This release is based on CCGMS 2021 by alwyz and adds the following features and fixes:

  • Fixed timing for PAL in User Port and UP9600 drivers
  • Implemented XMODEM-1K
    • protocol XMODEM-1K forces 1K on upload
    • any XMODEM protocol will accept 1K blocks on download
  • XMODEM-CRC autodetect on upload
    • protocols XMODEM-CRC/-1K will force CRC on download
    • any XMODEM protocol will accept CRC on upload