Giter VIP home page Giter VIP logo

victerm300's Introduction

VIC Term

VICTerm is an ASCII/PETSCII Terminal emulator for Commodore VIC-20, written in C so it can run at 300/600/1200 baud. It was written initially as a just slight improvement to a BASIC demo program printed on the VIC-Modem guide, then it was ported to C in order to make it faster and more reliable.

It works under unexpanded VIC-20, but also versions for expanded ones are provided.

Executable files

  • victerm.prg: for unexpanded VIC-20s
  • victerm-expanded.prg: for expanded VIC-20s (from 8K to 32K expansion cartridges)
  • victerm-exp3k.prg: for VIC-20s with 3K expansion

Improvements

  • Possibility to use the 21th column of the screen without producing a spurious newline. It's done implementing the cursor blinking through KERNAL routines instead of simulating it with BASIC instructions.
  • Implemented ASCII/PETSCII modes
  • In ASCII mode, chr(12) implements screen cleaning.
  • Possibility to connect at 300 / 600 / 1200 baud
  • Beep when receiving chr(7)
  • Toggle B&W / Classic colors.

How to compile

Run build.bat script, on both Windows and Linux/MacOS operating systems. CC65 compiler is required. It will generate three .prg executable files, the ones mentioned above.

All these three executables are included in this repo.

Credits

Thanks to Antonino Porcino and Fabrizio Caruso for their precious suggestions.

Screenshot

victerm-screenshot

Original listing

This is the original program, which is printed on the VIC-Modem guide:

manual-vicmodem

victerm300's People

Contributors

sblendorio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nippur72

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.