File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- # cody-computer
2- Design files and source code for the Cody Computer project.
1+ # The Cody Computer Project
2+
3+ This repository contains the design files and source code for the Cody
4+ Computer, an 8-bit home computer built around the WDC 65C02 and the
5+ Parallax Propeller.
6+
7+ Each subdirectory contains a portion of the design:
8+
9+ - ` KiCad ` contains the design files for the Cody Computer's electronics.
10+ - ` OpenSCAD ` contains the design files for the Cody Computer's printable parts.
11+ - ` STL ` contains the generated STL files suitable for slicing and printing.
12+ - ` Spin ` contains the Propeller ` .spin ` files for the Propeller's firmware.
13+ - ` Tass ` contains the ` 64tass ` assembly files for Cody BASIC and demo programs.
14+ - ` CodyBASIC ` contains some sample Cody BASIC programs used for demo purposes.
15+
16+ All design files and sources are released under the GPL version 3. The
17+ Cody Computer Book included with the sources is not but may be freely
18+ distributed.
19+
20+ Note that the book is still in draft form and updates will be made to
21+ the repository in the future.
22+
23+ If any technical issues or inaccuracies are found in any of the material,
24+ please reach out to the author or raise an issue on GitHub.
25+
26+ Frederick John Milens III \
27+ December 2024
You can’t perform that action at this time.
0 commit comments