Commodore 128 40 and 80 Column Toggle Command
The Commodore 128 stands out in the history of home computing for its flexible video output options, specifically its ability to switch between 40-column and 80-column display modes. This article provides a quick overview of the specific BASIC commands required to toggle between these screen formats instantly. Users will learn how to execute these commands directly from the keyboard to optimize their workspace for different software applications or visual preferences.
Understanding the Video Modes
The Commodore 128 was designed with backward compatibility for the Commodore 64 while introducing enhanced capabilities. One of the most significant improvements was the inclusion of an 80-column RGB output alongside the standard 40-column RF output. The 40-column mode is ideal for running most Commodore 64 software and general BASIC programming, while the 80-column mode is better suited for business applications, word processing, and CP/M operations.
The Toggle Commands
To switch between these display modes, the user does not need to navigate complex menus or reset the machine. The operating system includes two simple direct-mode commands built into the BASIC interpreter. To switch to the standard wide-character display, type the number 40 and press the RETURN key. This immediately changes the screen resolution to 40 columns by 25 rows.
Conversely, to activate the high-density display, type the number 80 and press the RETURN key. This command engages the 80-column mode, providing 80 columns by 25 rows. This mode typically requires an RGB monitor to display correctly, whereas the 40-column mode works on standard television sets.
Usage in Programs
These commands can also be utilized within BASIC programs to control
the display environment dynamically. By including a line such as
10 PRINT "80" or using the SCREEN command in
more advanced scripting, developers can ensure their software launches
in the appropriate video mode. However, for most users operating in
direct mode, simply typing 40 or 80 remains the fastest method to toggle
the screen layout.
Conclusion
Mastering the screen toggle commands is essential for any Commodore 128 owner. By using the 40 and 80 commands, users can seamlessly transition between compatibility mode and enhanced productivity mode. This flexibility remains one of the defining features that distinguishes the Commodore 128 from its predecessors.