lawrencewoodman / change_screen_dimensions_vic20

Two short Basic programs for the VIC-20 showing how to change screen dimensions

Home Page:https://techtinkering.com/articles/changing-screen-dimensions-on-the-commodore-vic-20/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change_screen_dimensions_vic20

Two programs from the article Changing the Screen Dimensions on the Commodore VIC-20. Please see this article for information about how they work.

The programs Basic source code is in src/ and the resulting .prg files are in bin/

choose_size

Basic program which allows you to choose the screen's character dimensions and then display to this screen format. Supports: PAL, NTSC, unexpanded, +3K, +8K, +16K and +24K systems.

my27x33

Simpler better documented Basic program to display a 27x33 character screen. Supports: PAL, NTSC, unexpanded and +3K systems.

If you would like to try this code with smaller screen dimensions, which may may be more appropriate for NTSC systems, then you could use set the screen dimensions to 24x28 by changing the following lines.

 130 sw=24:sh=28:rem screen width/height
 140 ox=-3:oy=-9:rem picture origin x/y offset

About

Two short Basic programs for the VIC-20 showing how to change screen dimensions

https://techtinkering.com/articles/changing-screen-dimensions-on-the-commodore-vic-20/


Languages

Language:Visual Basic 100.0%