Overview

From Color 64 BBS Wiki

To Navigate sections: use the Menu icon in the top left corner.


Color 64 BBS is one of the most established systems in the Commodore 64 bulletin board world, with decades of refinement behind it. It combines structural depth with practical simplicity, offering powerful system capabilities while remaining accessible and customizable for individual Sysops.

This wiki supports Color 64 versions 8.0 and later. For earlier releases such as 7.37, Oasis BBS (oasisbbs.com) is recommended as a reference resource.

Color 64 is comprised of two primary components:

  • The BASIC overlays — These programs manage the operational structure of the BBS, including user interaction, messaging, file handling, and system control.
  • The machine language core — This layer extends BASIC functionality, enabling modem control and performance optimizations that allow the system to operate efficiently within the constraints of Commodore hardware.

The overlays were intentionally written in BASIC to encourage modification and customization by Sysops. This design philosophy made continued development possible, including version 8.1.0a. With even modest BASIC knowledge, a Sysop can tailor the system to create a distinctive board. However, programming experience is not required. The stock configuration provides sufficient functionality to operate a full-featured BBS immediately.

Before beginning installation, review all documentation carefully. Planning your system in advance will save considerable time later. Important considerations include:

  • System theme and purpose
  • Storage allocation for message and file categories
  • Hardware configuration and expansion devices

Additional guidance is available in the Installation section.


Features of Color 64 BBS 8.1a

  • Supports ANSI, ASCII, and PETSCII (CBM) graphics
  • Public and Private Messaging
    • Automatic reply capability for public and private messages
    • MCI support (based on user permission level)
    • User signatures and banners (introduced in v8.1a)
  • Text file and on-line help repository
  • Nine configurable permission levels
    • Allows granular control of:
      • Command access
      • Message base access
      • File base access
      • Time limits per level
  • Y2K compliant
  • Automatic recovery from system or program errors
  • Multiple system operating modes for Sysop use
    • BBS Wait for Call (normal operation)
    • Local Mode (Sysop logs in at console)
    • Terminal Mode (built-in terminal with upload and download support)
    • DOS Mode (integrated DOS wedge for maintenance)
  • Modem support
    • Native 300–2400 baud
    • Up to 38,400 baud with SwiftLink (hardware or VICE emulation)
  • File Transfer System
    • Xmodem and Punter protocols (including multi-receive mode)
    • Permission-based upload and download visibility
    • Multiple configurable categories across single or multiple disk systems
    • Chronological download directory with automatic date tracking
  • Automated Maintenance Features
    • Automatic deletion of old unread mail
    • Automatic purging of inactive members after a configurable period
  • Caller Log history
  • Real-time Sysop/User chat
  • Supports RAM Expansion Units (REU) up to 2MB----

Next Section: Introduction