Skip to content

sparkybrit/apple1

 
 

Repository files navigation

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 PS2KeyAdvanced library.

Video Driver

Video driver uses Arduino custom 2.8" TFT screen driver (based on Adafruit driver) and TV Terminal 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

SmartyKit plates for breadboards

PCB version (black) and Wooden version (file for wood laser cutter: download)

SmartyKit Plates

About

SmartyKit 1 computer construction kit drivers and software. (Apple 1-compatible)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.7%
  • Assembly 25.0%
  • Java 17.9%
  • C 2.4%
  • Python 0.5%
  • PHP 0.4%
  • Other 0.1%