An open API service indexing awesome lists of open source software.

https://github.com/tlindner/coco_key_test

Three short programs to test the Color Computer keyboard
https://github.com/tlindner/coco_key_test

Last synced: 11 months ago
JSON representation

Three short programs to test the Color Computer keyboard

Awesome Lists containing this project

README

          

Color Computer Keyboard Test

![CoCo Key Test](https://github.com/user-attachments/assets/7cf4db0f-436a-4ae5-9909-a96adf1bd098)

This is three programs that run on your color computer to test the keyboard.

From the provided disk image, type `RUN "KT` to run the program chooser.

## Forward

This program rolls output bits thru the B port of PIA 0 looking for a pressed key by reading the A port and looking for low bits. If a key is detected it's symbol is reversed. Joystick buttons are also ckecked.

## Backward

This program rolls out bits on port A, looking for pressed keys by reading port B.

## CoCo 3 interrupt

This program does nothing until a keyboard interrupt is generated. Then the joystick buttons are check and possible updated. If no joystick buttons were press port B is rolled one bit at a time and port A is read looking for a low bit. If a key press is detected it's symbol is reversed. A count is kept of the number of interrupts generated.

## Raw ROM

This is a ROMable version of the forward keyboard test program.

--

tim lindner

August 2024

tlindner@macmess.org