abaffa / Apple2PS2Keyboard

Using an arduino (or atmega328) to connect a PS/2 Keyboard to an AppleII+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppleII+ PS/2 Keyboard

This is a AppleiII+ Spectrum keyboard emulator based on an AVR microcontroller, used in Baffa-6502 Apple ][ homebrew clone project. It works by converting the PS/2 keystrokes and updating its outputs with the corresponding apple ii keys pressed.

Thanks to Danjovic for the original TeV2 project which was the starting point for this project.

The full information about Baffa-6502 Apple][ Homebrew Project is available at

About

Using an arduino (or atmega328) to connect a PS/2 Keyboard to an AppleII+

License:MIT License


Languages

Language:C 57.9%Language:C++ 42.1%