SmartyKit 1 computer construction kit drivers and software. (Apple 1-compatible)
Go to file
Computer construction kit SmartyKit 257a552138
SmartyKit plate source file for wood laser cutter
You could use this file for free to produce your own plate for your SmartyKit using wood laser cutter. PCB version (black one) would be available for sale soon.
2021-03-14 16:08:48 +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 Update Readme.md 2021-01-31 17:23:51 +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 Added how-to video for 8x8 Pixel Art 2021-02-04 08:45:27 +03:00
SmartyKit Pixel Art example.png SmartyKit 8x8 Pixel Art online tool example 2021-01-30 09:38:42 +03:00
SmartyKit-Plate-for-breadboards(laser-cut).cdr SmartyKit plate source file for wood laser cutter 2021-03-14 16:08:48 +03:00
SmartyKit-plates.jpeg SmartyKit plate source file for wood laser cutter 2021-03-14 16:08:48 +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
index.css 8x8 Pixel Art CSS styles 2021-01-28 22:55:06 +03:00
index.js Update index.js 2021-01-30 07:20:19 +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.

Video to-do

SmartyKit 1 Memory Map ROM and RAM

SmartyKit 1 Memory Map

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.

Here is an example:

SERGEYs-MacBook:ROM_development spanarin$ make
SmartyKit 1: 6502 assembler & C-compiler to ROM (.bin)
Assembling and linking...
ca65 -l ROM_listing.asm SmartyKit1_ROM.asm
ld65 -m ROM.map -o SmartyKit1_ROM.bin SmartyKit1_ROM.o -C apple1.cfg
ld65 -o SmartyKit1_ROM_symon.bin SmartyKit1_ROM.o -C symon.cfg
SERGEYs-MacBook:ROM_development spanarin$

SmartyKit 8x8 Pixel Art online tool for program at $FC00 in ROM (FC00R command)

You could draw your own pixel art using our online tool (https://smartykit.io/instructions/pixelart), get the code for this image and load this code it to SmartyKit (or emulator) memory using command:

1111: 3C 42 A5 81 A5 99 42 3C (Return)
FC00R (Return)

Here is an example of how it works in emulator:

Video to-do

And a screenshot: SmartyKit 8x8 Pixel Art online tool