Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the writing of characters to the console pluggable. #86

Merged
merged 8 commits into from
May 22, 2024
Merged

Commits on May 22, 2024

  1. Make the writing of characters to the console pluggable.

    Once complete this pull-request will close #85 by allowing us to
    change output drivers at runtime.  We'll also remove the messy
    ADM-3A output handling from our core CPM package.
    skx committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e63b4bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e5d59 View commit details
    Browse the repository at this point in the history
  3. Updated comments

    skx committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6e1c1f4 View commit details
    Browse the repository at this point in the history
  4. Updated to create a console-driver in the main.go

    Removed outC function, and use the new interface.
    skx committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9456684 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cf239f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea06892 View commit details
    Browse the repository at this point in the history
  7. Updated documentation

    skx committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0ecd4e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b34210 View commit details
    Browse the repository at this point in the history