apple1/README.md
Computer construction kit SmartyKit d7d02b59b1
Update README.md
2021-01-21 00:27:34 +03:00

17 lines
630 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SmartyKit Apple I - apple1
SmartyKit Apple I replica drivers and software (http://www.smartykit.io/).
All needed libraries included in repository in /Arduino/libraries
## Keyboard Driver
Keyboard driver uses Arduino PS2Keyboard library.
## Video Driver
Video driver uses Arduino TVout library.
## Software Emulator - POM 1
POM 1 cross-platform emulator by Verhille Arnaud to test SmartyKit 1 ROM with software.
## ROM Development SmartyKit 1 ROM asm source and make file
Easy-to-use development tool to write your own software for SmartyKLit 1 (you need just run make in your Terminal) and learn how ROM is organized.