SmartyKit 1 computer construction kit drivers and software. (Apple 1-compatible)
Go to file
Sergei Panarin 4f19769784 SmartyKit 1 ROM asm source & make file
SmartyKit 1 ROM assembler (asm) source and make file for cc65.

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.
2021-01-21 00:25:02 +03:00
Arduino/libraries Update TVout.h 2019-12-15 18:21:51 +03:00
Emulator_Pom1 Create Memory.java 2021-01-21 00:12:35 +03:00
ROM development SmartyKit 1 ROM asm source & make file 2021-01-21 00:25:02 +03:00
SmartyKitApple1_KeyboardDriver Update SmartyKitApple1_KeyboardDriver.ino 2019-12-15 14:53:49 +03:00
SmartyKitApple1_VideoTerminal Video and Keyboard drivers 2019-09-08 16:30:54 +03:00
SmartyKitApple1_VideoTerminalTemp Create SmartyKitApple1_VideoTerminalTemp.ino 2019-12-15 18:19:26 +03:00
.gitignore Create .gitignore 2019-09-08 14:28:09 +03:00
LICENSE Initial commit 2019-09-08 13:50:19 +03:00
README.md Update README.md 2021-01-21 00:18:53 +03:00
SmartyKit_ModulesSchematics.pdf Schematics of SmartyKit 1 2020-12-19 20:58:30 +03:00
SmartyKit_ModulesSchematics_1.0.pdf SmartyKit 1 ROM asm source & make file 2021-01-21 00:25:02 +03:00

README.md

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.