Commit Graph

31 Commits

Author SHA1 Message Date
Computer construction kit SmartyKit 1a4947f6bd
Update Readme.md 2021-01-31 17:23:51 +03:00
Computer construction kit SmartyKit c9d1e427e6
SmartyKit 1 Memory Map (ROM and RAM) 2021-01-31 17:22:47 +03:00
Computer construction kit SmartyKit bec941e879
SmartyKit 1 Memory Map (ROM and RAM) 2021-01-31 17:21:45 +03:00
Computer construction kit SmartyKit 4929142d75
Pixel Art screenshot added 2021-01-30 09:50:49 +03:00
Computer construction kit SmartyKit 64eab3b275
Added 8x8 Pixel Art example 2021-01-30 09:46:57 +03:00
Computer construction kit SmartyKit f03c184f61
SmartyKit 8x8 Pixel Art online tool example 2021-01-30 09:38:42 +03:00
Sergei Panarin 94316c4509 Merge branch 'master' of https://github.com/smartykit/apple1 2021-01-30 09:36:09 +03:00
Sergei Panarin 47dbb041e5 ROM version for emulator (without POST tests)
ROM version that skips Power On Self Test (POST) for using with emulator.
2021-01-30 09:36:07 +03:00
Computer construction kit SmartyKit 2338ebd67b
Update index.js 2021-01-30 07:20:19 +03:00
Computer construction kit SmartyKit 333d77638f
Update index.js 2021-01-28 23:13:51 +03:00
Computer construction kit SmartyKit 2b2a3fc8ab
8x8 Pixel Art CSS styles 2021-01-28 22:55:06 +03:00
Computer construction kit SmartyKit 89fca92161
8x8 Pixel Art JavaScript library 2021-01-28 22:50:09 +03:00
Sergei Panarin 45d32ed9c8 Updated POST tests & copyright 2021-01-26 21:50:16 +03:00
Computer construction kit SmartyKit e5d8a97ecf
Update README.md 2021-01-21 00:32:09 +03:00
Computer construction kit SmartyKit d7d02b59b1
Update README.md 2021-01-21 00:27:34 +03:00
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
Computer construction kit SmartyKit 03dba1a58e
Update README.md 2021-01-21 00:18:53 +03:00
Sergei Panarin 6e7b72db9c Merge branch 'master' of https://github.com/smartykit/apple1 2021-01-21 00:15:28 +03:00
Sergei Panarin dd727e9b37 Create Memory.java 2021-01-21 00:12:35 +03:00
Sergei Panarin a058720e39 POM1 cross-platform emulator by Verhille Arnaud to test SmartyKit 1 ROM with software
***************************************
Pom1	Version 0.61 (21 juin 2001)
***************************************
Written by VERHILLE Arnaud
E.mail : gist@wanadoo.fr
http://www.chez.com/apple1/
2021-01-21 00:09:26 +03:00
Computer construction kit SmartyKit bf8db92094
Schematics of SmartyKit 1
Schematics of SmartyKit 1 modules connections to help in assembly of the kit.
2020-12-19 20:58:30 +03:00
Computer construction kit SmartyKit 0973d273f2
Update README.md
Website updated link
2020-03-27 23:07:09 +03:00
Sergei Panarin 1baa16a5fe Update TVout.h
Support for '_' cursor
2019-12-15 18:21:51 +03:00
Sergei Panarin 507f5b1439 Create SmartyKitApple1_VideoTerminalTemp.ino
Provide support for '_' cursor
2019-12-15 18:19:26 +03:00
Sergei Panarin 4410f028e3 Update SmartyKitApple1_KeyboardDriver.ino
Updated delay time to prevent repeating of keyboard input chars
2019-12-15 14:53:49 +03:00
Sergey Panarin 825c37505a Keyboard driver
Keyboard driver

Co-Authored-By: Computer construction kit SmartyKit <smartykit@users.noreply.github.com>
2019-09-08 16:32:47 +03:00
Sergey Panarin 5b078bf742 Video and Keyboard drivers
Video and Keyboard drivers

Co-Authored-By: Computer construction kit SmartyKit <smartykit@users.noreply.github.com>
2019-09-08 16:30:54 +03:00
Sergey Panarin 948db435b4 Create .gitignore
Co-Authored-By: Computer construction kit SmartyKit <smartykit@users.noreply.github.com>
2019-09-08 14:28:09 +03:00
Sergey Panarin 6d7af89a68 Keyboard and Video libraries
Arduino libraries for Keyboard and Video drivers

Co-Authored-By: Computer construction kit SmartyKit <smartykit@users.noreply.github.com>
2019-09-08 14:27:30 +03:00
Computer construction kit SmartyKit 51f142763f
Create README.md 2019-09-08 13:52:38 +03:00
Computer construction kit SmartyKit 71647164b4
Initial commit 2019-09-08 13:50:19 +03:00